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