From 423692d51777794ac129273dab78e07f009abf39 Mon Sep 17 00:00:00 2001 From: Mike Hostetler Date: Tue, 30 Mar 2010 12:47:31 -0500 Subject: [PATCH] took out upgrade checker --- oh-my-zsh.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index fa2738e18..6d04afd5e 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -10,10 +10,3 @@ for config_file ($ZSH/lib/*.zsh) source $config_file # Load all of your custom configurations from custom/ for config_file ($ZSH/custom/*.zsh) source $config_file -# 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