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
fafa1567
Commit
fafa1567
authored
Oct 11, 2009
by
Gerhard Lazu
Browse files
Replaced source with .
parent
2289cace
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/check_for_upgrade.sh
View file @
fafa1567
...
@@ -4,7 +4,7 @@ current_epoch=$(($(date +%s) / 60 / 60 / 24))
...
@@ -4,7 +4,7 @@ current_epoch=$(($(date +%s) / 60 / 60 / 24))
if
[
-f
~/.zsh-update
]
if
[
-f
~/.zsh-update
]
then
then
source
~/.zsh-update
.
~/.zsh-update
epoch_diff
=
$((
$current_epoch
-
$LAST_EPOCH
))
epoch_diff
=
$((
$current_epoch
-
$LAST_EPOCH
))
if
[
$epoch_diff
-gt
6
]
if
[
$epoch_diff
-gt
6
]
then
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