diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-31 18:35:28 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-31 18:35:28 +0200 |
| commit | a4a3fa66f7d1228a039e0ee4b52abc237d6f9506 (patch) | |
| tree | 97c71f585db216a64dc372346c56126a3b141692 | |
| parent | 36a2497475cdfbc9af8f1c12930af2e57276d7fd (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 2ea01b6..462083f 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -91,12 +91,13 @@ function supersync supersync::taskwarrior supersync::worktime no_sync_quotes supersync::uprecords - supersync::gitsyncer if test -f ~/.gos_enable gos end + supersync::gitsyncer + date +%s >$SUPERSYNC_STAMP_FILE.tmp mv $SUPERSYNC_STAMP_FILE.tmp $SUPERSYNC_STAMP_FILE end |
