diff options
author | Clement Girault <sub@transatmedia.com> | 2011-06-06 16:32:36 +1000 |
---|---|---|
committer | Clement Girault <sub@transatmedia.com> | 2011-06-06 16:32:36 +1000 |
commit | f6efd17d864c7912510d8b39a43be9eb31edee77 (patch) | |
tree | a6f0a9be9e7f51f65c0eb470127c0b0a1ea2f374 | |
parent | 715be61966acecb4d30953e3dd4c9d8a3f8637eb (diff) | |
parent | ed990f61ff66a5c409ef2d8a444820cecf098188 (diff) | |
download | zsh-f6efd17d864c7912510d8b39a43be9eb31edee77.tar.gz zsh-f6efd17d864c7912510d8b39a43be9eb31edee77.tar.bz2 zsh-f6efd17d864c7912510d8b39a43be9eb31edee77.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
-rw-r--r-- | oh-my-zsh.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 2157c38a0..d72d90cf9 100644 --- a/oh-my-zsh.sh +++ b/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 |