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

This commit is contained in:
Sorin Ionescu 2011-05-30 19:46:27 -04:00
commit 52b63cd2ce
8 changed files with 0 additions and 139 deletions

View file

@ -43,10 +43,3 @@ if [ "$HOME/.zcompdump" -nt "$HOME/.zcompdump.zwc" -o ! -e "$HOME/.zcompdump.zwc
zcompile "$HOME/.zcompdump"
fi
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
then
return
else
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
fi