Browse Source

Based on a suggestion from robbyrussel, using env for greater compatibility.

master
johnmaxwelliv 15 years ago
parent
commit
d2a87be173
  1. 2
      oh-my-zsh.sh

2
oh-my-zsh.sh

@ -15,5 +15,5 @@ if [ "$DISABLE_AUTO_UPDATE" = "true" ] @@ -15,5 +15,5 @@ if [ "$DISABLE_AUTO_UPDATE" = "true" ]
then
return
else
/bin/zsh $ZSH/tools/check_for_upgrade.sh
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
fi

Loading…
Cancel
Save