From 625d312428429a46ff578dc00fd874d0fcdf52b3 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 10 Apr 2016 22:50:47 +0800 Subject: _zshrc: avoid exit code 1 --- _zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_zshrc') 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: # -- cgit v1.2.2