aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index d3e78b2..f445d93 100644
--- a/.zshrc
+++ b/.zshrc
@@ -2,6 +2,9 @@
# zshrc #
###############
+# load aliases
+source $DOTFILES/.zsh_aliases
+
# pure prompt
export FPATH="$FPATH:$HOME/.zsh/pure"
ZSH_THEME="pure"
@@ -66,7 +69,5 @@ export EDITOR="vim"
# set tab to 4 spaces
tabs 4
-source $DOTFILES/.zsh_aliases
-
# prompt syntax highlight
source $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh