From 2b016c0ff6be0080f6695f1d9f106735e05974e5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 29 Jul 2025 23:50:23 +0300 Subject: Update --- dotfiles/fish/conf.d/supersync.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 37286c3..356f773 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -78,7 +78,9 @@ function supersync::gitsyncer end end - ~/go/bin/gitsyncer sync bidirectional && ~/go/bin/gitsyncer showcase + if test -f ~/go/bin/gitsyncer + ~/go/bin/gitsyncer sync bidirectional && ~/go/bin/gitsyncer showcase + end if test $status -eq 0 date +%s >$enable_file end -- cgit v1.2.3