From 5e5faf1aca304598302c5f50a2dd88ce84e332bf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 22 Jun 2026 09:00:08 +0300 Subject: Update --- fish/conf.d/supersync.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fish') 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)) -- cgit v1.2.3