diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-22 09:00:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-22 09:00:08 +0300 |
| commit | 5e5faf1aca304598302c5f50a2dd88ce84e332bf (patch) | |
| tree | 0471d3964521dd0889b4666ac0ea441dd888bfa9 /fish/conf.d | |
| parent | 76307f4826efbf995b0be72392282fccd62daf00 (diff) | |
Update
Diffstat (limited to 'fish/conf.d')
| -rw-r--r-- | fish/conf.d/supersync.fish | 2 |
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)) |
