diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-13 22:56:17 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-13 22:56:17 +0300 |
| commit | 6b92af9004e5107d4767401424331b8dd8e1f710 (patch) | |
| tree | 880a7502b9e12d512723b3bfac5ef1c6d03230f0 | |
| parent | f42885cd1662b04c28516f397e1fea014fea5d19 (diff) | |
sync bi
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 3c977fb..8a4713d 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -66,7 +66,7 @@ end function supersync::gitsyncer if test -f ~/.gitsyncer_enable - ~/go/bin/gitsyncer --batch-run + ~/go/bin/gitsyncer sync bidirectional end end |
