From d98e1097c03ffe7e48d80ed4d08d317f3a84c100 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 6 Nov 2025 23:37:15 +0200 Subject: Update --- dotfiles/fish/conf.d/supersync.fish | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3