Merge remote-tracking branch 'rrussell/master'

This commit is contained in:
Carlos Cardoso 2012-10-25 15:56:36 -02:00
commit bc1e35d3b5
33 changed files with 914 additions and 26 deletions

View file

@ -32,9 +32,10 @@ then
echo "[Oh My Zsh] Would you like to check for updates?"
echo "Type Y to update oh-my-zsh: \c"
read line
if [ "$line" = Y ] || [ "$line" = y ]
then
if [ "$line" = Y ] || [ "$line" = y ]; then
_upgrade_zsh
else
_update_zsh_update
fi
fi
fi