diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-06 23:37:15 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-06 23:37:15 +0200 |
| commit | d98e1097c03ffe7e48d80ed4d08d317f3a84c100 (patch) | |
| tree | e1d9d148533f60f51ec0b2f7ba37934e6f854266 | |
| parent | d62d884f25261ee0629627c08d5ae204f783cbaa (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 695f9e2..73c2267 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -88,6 +88,11 @@ function supersync::gitsyncer end function supersync + if test -f ~/.supersync_disable + echo Supersync is disabled + return + end + supersync::worktime sync_quotes supersync::taskwarrior supersync::worktime no_sync_quotes |
