diff options
| -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 |
