aboutsummaryrefslogtreecommitdiffstats
path: root/_zshrc
diff options
context:
space:
mode:
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: #