Revert "Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh into patch-1"

This reverts commit 56e0ab6a30, reversing
changes made to 87f7098dd4.
This commit is contained in:
Benjamin Krueger 2014-02-04 22:00:27 -08:00
commit 186dd035ae
4 changed files with 13 additions and 71 deletions

View file

@ -1,6 +1,6 @@
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
/usr/bin/env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh -f $ZSH/tools/check_for_upgrade.sh
/usr/bin/env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh $ZSH/tools/check_for_upgrade.sh
fi
# Initializes Oh My Zsh