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/completion
source $HOME/.zsh/setopt
PROMPT="UNCONFIGURED% "
exit 1
PROMPT="UNCONFIGURED%# "
return 1
fi
source $HOME/.zsh/history
source $HOME/.zsh/alias

Loading…
Cancel
Save