summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-29 23:50:23 +0300
committerPaul Buetow <paul@buetow.org>2025-07-29 23:50:23 +0300
commit2b016c0ff6be0080f6695f1d9f106735e05974e5 (patch)
treef060c19500fcedf259eac4d682d9375216efa93b
parent4462d1c408b6430e3225b750bcc0e8df0a4baeca (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/supersync.fish4
1 files changed, 3 insertions, 1 deletions
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