This commit is contained in:
dpelton 2015-11-28 00:19:19 +00:00
commit 89450c3c66

View file

@ -46,7 +46,7 @@ then
else
echo "[Oh My Zsh] Would you like to check for updates? [Y/n]: \c"
read line
if [ "$line" = Y ] || [ "$line" = y ] || [ -z "$line" ]; then
if [[ "$line" = [Yy]* ]] || [ -z "$line" ]; then
_upgrade_zsh
else
_update_zsh_update