This commit is contained in:
GitHub Merge Button 2011-10-10 05:40:09 -07:00
commit f5b8e5ecf2
2 changed files with 2 additions and 2 deletions

View file

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