Browse Source

Fix bug from Pull request #395

#395 broke oh-my-zsh for users who disable check-for-updates
Michael Komitee 13 years ago
parent
commit
c2648a7ebf
  1. 4
      oh-my-zsh.sh

4
oh-my-zsh.sh

@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
if [ "$DISABLE_AUTO_UPDATE" != "true" ]
then
return
else
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
fi

Loading…
Cancel
Save