aboutsummaryrefslogtreecommitdiffstats
path: root/_zshrc
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-04-11 00:14:04 +0800
committerAaron LI <aaronly.me@gmail.com>2016-04-11 00:14:04 +0800
commit87deb5ef077ed75cf11cae08af86bcebf1a392f9 (patch)
tree6b02d9906b1bdf4b2fec7d4204ac498fcbd1cb26 /_zshrc
parent329f986c366c009d3e3bd94158772037a4568daf (diff)
downloaddotfiles-87deb5ef077ed75cf11cae08af86bcebf1a392f9.tar.bz2
_zshrc: fix wrong use of "exit 0"
Diffstat (limited to '_zshrc')
-rw-r--r--_zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/_zshrc b/_zshrc
index 72fd9d2..bd07b7e 100644
--- a/_zshrc
+++ b/_zshrc
@@ -37,7 +37,7 @@ source ~/.zsh/emacs.zsh
source ~/.zsh/aliases.zsh
## Local configurations
-[ -r ~/.zshrc.local ] && source ~/.zshrc.local || exit 0
+[ -r ~/.zshrc.local ] && source ~/.zshrc.local || :
# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #