Commit 9b4a89f3 authored by Michael Komitee's avatar Michael Komitee
Browse files

Fix bug from Pull request #395

    #395 broke oh-my-zsh for users who disable check-for-updates
parent e8bd400b
# Check for updates on initial load... # Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ] if [ "$DISABLE_AUTO_UPDATE" != "true" ]
then then
return
else
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh /usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment