Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
9b4a89f3
Commit
9b4a89f3
authored
Jun 04, 2011
by
Michael Komitee
Browse files
Fix bug from Pull request #395
#395 broke oh-my-zsh for users who disable check-for-updates
parent
e8bd400b
Changes
1
Show whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
9b4a89f3
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment