From 87deb5ef077ed75cf11cae08af86bcebf1a392f9 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 11 Apr 2016 00:14:04 +0800 Subject: _zshrc: fix wrong use of "exit 0" --- _zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: # -- cgit v1.2.2