This commit is contained in:
GitHub Merge Button 2012-05-07 23:23:11 -07:00
commit feae896de0
5 changed files with 4 additions and 1 deletions

2
oh-my-zsh.sh Normal file → Executable file
View file

@ -1,7 +1,7 @@
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" != "true" ]
then
/usr/bin/env ZSH=$ZSH zsh $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

View file

@ -17,6 +17,9 @@ ZSH_THEME="robbyrussell"
# Comment this out to disable weekly auto-update checks
# DISABLE_AUTO_UPDATE="true"
# Comment this out to automatically approve of updates without prompt
# DISABLE_UPDATE_PROMPT="true"
# Uncomment following line if you want to disable colors in ls
# DISABLE_LS_COLORS="true"

0
tools/check_for_upgrade.sh Normal file → Executable file
View file

0
tools/uninstall.sh Normal file → Executable file
View file

0
tools/upgrade.sh Normal file → Executable file
View file