diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-29 23:50:23 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-29 23:50:23 +0300 |
| commit | 2b016c0ff6be0080f6695f1d9f106735e05974e5 (patch) | |
| tree | f060c19500fcedf259eac4d682d9375216efa93b | |
| parent | 4462d1c408b6430e3225b750bcc0e8df0a4baeca (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 4 |
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 |
