aboutsummaryrefslogtreecommitdiffstats
path: root/_zshrc
diff options
context:
space:
mode:
Diffstat (limited to '_zshrc')
-rw-r--r--_zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/_zshrc b/_zshrc
index 0266dcc..eaf2f3d 100644
--- a/_zshrc
+++ b/_zshrc
@@ -19,7 +19,6 @@
##
## Aaron LI
## Created: 2014-05-31
-## Updated: 2016-02-21
##
@@ -29,13 +28,13 @@ source ~/.zsh/setopt.zsh
source ~/.zsh/exports.zsh
source ~/.zsh/prompt.zsh
source ~/.zsh/completion.zsh
-source ~/.zsh/aliases.zsh
source ~/.zsh/bindkeys.zsh
source ~/.zsh/functions.zsh
source ~/.zsh/history.zsh
source ~/.zsh/hooks.zsh
source ~/.zsh/vi-mode.zsh
source ~/.zsh/emacs.zsh
+source ~/.zsh/aliases.zsh
## Local configurations
[ -r ~/.zshrc.local ] && source ~/.zshrc.local