summaryrefslogtreecommitdiff
path: root/.config/shell/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/.zshrc')
-rw-r--r--.config/shell/.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc
index baecdca..542c6df 100644
--- a/.config/shell/.zshrc
+++ b/.config/shell/.zshrc
@@ -4,6 +4,7 @@
# ─── 1) Fundamental environment ──────────────────────────────────────────────
export PATH="$HOME/.local/bin:$PATH"
+[ -f "$ALIASRC" ] && source "$ALIASRC"
# ─── 2) Shell behaviour ──────────────────────────────────────────────────────
autoload -U colors && colors
@@ -96,8 +97,6 @@ zmodload zsh/complist
fpath=(/usr/share/zsh/site-functions $fpath)
_comp_options+=(globdots) # hidden files
-[ -f "$ALIASRC" ] && source "$ALIASRC"
-
# ─── 8) Keybindings ──────────────────────────────────────────────────────────
# Better backspace in vi mode
bindkey -v '^?' backward-delete-char