From bbc9cfff71b8b5444b6d444f2a14ad050836df1d Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Fri, 17 Aug 2018 15:42:39 -0500 Subject: [PATCH] Fixed early-exit bug when zsh.conf is not found --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 75f7b06..23ab0aa 100644 --- a/zshrc +++ b/zshrc @@ -9,8 +9,8 @@ else source $HOME/.zsh/bindkeys source $HOME/.zsh/completion source $HOME/.zsh/setopt - PROMPT="UNCONFIGURED% " - exit 1 + PROMPT="UNCONFIGURED%# " + return 1 fi source $HOME/.zsh/history source $HOME/.zsh/alias