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
Ohmyzsh
Commits
91b4758d
Commit
91b4758d
authored
May 31, 2012
by
Robby Russell
Browse files
Now with 50% less auto-updates.
parent
3fdaf260
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/check_for_upgrade.sh
View file @
91b4758d
...
...
@@ -23,7 +23,7 @@ then
fi
epoch_diff
=
$((
$(
_current_epoch
)
-
$LAST_EPOCH
))
if
[
$epoch_diff
-gt
6
]
if
[
$epoch_diff
-gt
13
]
then
if
[
"
$DISABLE_UPDATE_PROMPT
"
=
"true"
]
then
...
...
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