Browse Source

Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh

Clement Girault 14 years ago
parent
commit
f6efd17d86
1 changed files with 1 additions and 3 deletions
  1. 1 3
      oh-my-zsh.sh

+ 1 - 3
oh-my-zsh.sh

@@ -1,8 +1,6 @@
 # Check for updates on initial load...
-if [ "$DISABLE_AUTO_UPDATE" = "true" ]
+if [ "$DISABLE_AUTO_UPDATE" != "true" ]
 then
-  return
-else
   /usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
 fi