Browse code

Instead of using the user's standard shell, this script should be run using zsh, since that was the shell it was written for. On my machine changes to my default shell only take effect when I log out and then long in again. Plus, it's nice for people to be able to try oh-my-zsh out even if zsh isn't their default shell right? :-)

johnmaxwelliv authored on 13/12/2009 at 04:23:36
Showing 1 changed files
... ...
@@ -15,5 +15,5 @@ if [ "$DISABLE_AUTO_UPDATE" = "true" ]
15 15
 then
16 16
   return
17 17
 else
18
-  /bin/sh $ZSH/tools/check_for_upgrade.sh
18
+  /bin/zsh $ZSH/tools/check_for_upgrade.sh
19 19
 fi