summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/fish/conf.d/supersync.fish2
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