Skip to content

Commit

Permalink
fix oh-my-zsh update behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
edef1c authored and isaacs committed Dec 17, 2012
1 parent 2672384 commit f2bcc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nave.sh
Expand Up @@ -112,14 +112,14 @@ if [ "\$BASH" != "" ]; then
fi
else
[ -f ~/.zshenv ] && . ~/.zshenv || true
export DISABLE_AUTO_UPDATE=true
if [ "\$NAVE_LOGIN" != "" ]; then
[ -f ~/.zprofile ] && . ~/.zprofile || true
[ -f ~/.zshrc ] && . ~/.zshrc || true
[ -f ~/.zlogin ] && . ~/.zlogin || true
else
[ -f ~/.zshrc ] && . ~/.zshrc || true
fi
export DISABLE_AUTO_UPDATE=true
fi
unset ZDOTDIR
export PATH=\$NAVEPATH:\$PATH
Expand Down

0 comments on commit f2bcc95

Please sign in to comment.