Fixed early-exit bug when zsh.conf is not found

pull/3/head
Aaron Johnson 7 years ago
parent 6ba51f632e
commit bbc9cfff71

@ -9,8 +9,8 @@ else
source $HOME/.zsh/bindkeys source $HOME/.zsh/bindkeys
source $HOME/.zsh/completion source $HOME/.zsh/completion
source $HOME/.zsh/setopt source $HOME/.zsh/setopt
PROMPT="UNCONFIGURED% " PROMPT="UNCONFIGURED%# "
exit 1 return 1
fi fi
source $HOME/.zsh/history source $HOME/.zsh/history
source $HOME/.zsh/alias source $HOME/.zsh/alias

Loading…
Cancel
Save