From 1273b9722a80b6bf4cdf33badc5b04e9853303ae Mon Sep 17 00:00:00 2001 From: johnmaxwelliv Date: Sat, 12 Dec 2009 21:23:36 -0700 Subject: [PATCH] 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? :-) --- oh-my-zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index eadf02d..d31e059 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -15,5 +15,5 @@ if [ "$DISABLE_AUTO_UPDATE" = "true" ] then return else - /bin/sh $ZSH/tools/check_for_upgrade.sh + /bin/zsh $ZSH/tools/check_for_upgrade.sh fi