diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-02-25 13:05:55 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-02-25 13:05:55 +0800 |
commit | a68584ff3e942c43580dc04ab7494c3ae73fc8dd (patch) | |
tree | 5a71230c9fa378fd4db38cdcf397ce6b6184cfe1 /_zshrc | |
parent | c97b0a8c3b1d89887a868444893c58c73064b745 (diff) | |
download | dotfiles-a68584ff3e942c43580dc04ab7494c3ae73fc8dd.tar.bz2 |
Tune zsh configurations.
_zshrc: place 'aliases.zsh' to the last
_zsh/emacs.zsh: add alias 'mu4e'
Diffstat (limited to '_zshrc')
-rw-r--r-- | _zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |