aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-04-10 22:50:47 +0800
committerAaron LI <aaronly.me@gmail.com>2016-04-10 22:50:47 +0800
commit625d312428429a46ff578dc00fd874d0fcdf52b3 (patch)
treea1bfd176ce94d85564784f5a38ca72d7cd8c3056
parent593491a6d68470fc2f535ba4216f31fcfae6ab2f (diff)
downloaddotfiles-625d312428429a46ff578dc00fd874d0fcdf52b3.tar.bz2
_zshrc: avoid exit code 1
-rw-r--r--_zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/_zshrc b/_zshrc
index eaf2f3d..72fd9d2 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
+[ -r ~/.zshrc.local ] && source ~/.zshrc.local || exit 0
# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #