summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-09 12:21:37 +0300
committerPaul Buetow <paul@buetow.org>2025-07-09 12:21:37 +0300
commitf42885cd1662b04c28516f397e1fea014fea5d19 (patch)
treefb88c793ef6f85e64b1f94c93dc21cb5c0da7784
parent5ce0157f8001d3101d6415f6f1811c3fc7f1f3a7 (diff)
Update
-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 1794658..3c977fb 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 --full --showcase
+ ~/go/bin/gitsyncer --batch-run
end
end