summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish')
-rw-r--r--fish/conf.d/supersync.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/conf.d/supersync.fish b/fish/conf.d/supersync.fish
index f042853..bfa3100 100644
--- a/fish/conf.d/supersync.fish
+++ b/fish/conf.d/supersync.fish
@@ -44,7 +44,7 @@ function supersync::prompts
end
function supersync::is_it_time_to_sync
- set -l max_age 86400
+ set -l max_age 86400
set -l now (date +%s)
if test -f $SUPERSYNC_STAMP_FILE
set -l diff (math $now - (cat $SUPERSYNC_STAMP_FILE))