Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
9b4a89f3
Commit
9b4a89f3
authored
13 years ago
by
Michael Komitee
Browse files
Options
Download
Email Patches
Plain Diff
Fix bug from Pull request #395
#395 broke oh-my-zsh for users who disable check-for-updates
parent
e8bd400b
master
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
oh-my-zsh.sh
+1
-3
oh-my-zsh.sh
with
1 addition
and
3 deletions
+1
-3
oh-my-zsh.sh
View file @
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
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help