Removed tools I have never used nor will I ever use.

Conflicts:

	oh-my-zsh.sh
	tools/install.sh
	tools/upgrade.sh
This commit is contained in:
Sorin Ionescu 2011-05-30 19:46:27 -04:00
commit ad9db8d342
8 changed files with 1 additions and 138 deletions

View file

@ -1,9 +1,3 @@
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" != "true" ]
then
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
fi
# Initializes Oh My Zsh
# Disable colors on dumb terminals
@ -50,3 +44,4 @@ fi
if [ "$HOME/.zcompdump" -nt "$HOME/.zcompdump.zwc" -o ! -e "$HOME/.zcompdump.zwc" ]; then
zcompile "$HOME/.zcompdump"
fi