diff options
| author | Aaron LI <aaronly.me@gmail.com> | 2016-04-10 22:50:47 +0800 |
|---|---|---|
| committer | Aaron LI <aaronly.me@gmail.com> | 2016-04-10 22:50:47 +0800 |
| commit | 625d312428429a46ff578dc00fd874d0fcdf52b3 (patch) | |
| tree | a1bfd176ce94d85564784f5a38ca72d7cd8c3056 | |
| parent | 593491a6d68470fc2f535ba4216f31fcfae6ab2f (diff) | |
| download | dotfiles-625d312428429a46ff578dc00fd874d0fcdf52b3.tar.bz2 | |
_zshrc: avoid exit code 1
| -rw-r--r-- | _zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ source ~/.zsh/emacs.zsh source ~/.zsh/aliases.zsh ## Local configurations -[ -r ~/.zshrc.local ] && source ~/.zshrc.local +[ -r ~/.zshrc.local ] && source ~/.zshrc.local || exit 0 # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: # |
