Commit ed990f61 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #400 from mkomitee/master

Fix bug introduced in pull request #395 which impacts users who DISABLE_AUTO_UPDATE
parents e8bd400b 9b4a89f3
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
if [ "$DISABLE_AUTO_UPDATE" != "true" ]
then
return
else
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
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