diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-07 21:43:03 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-07 21:43:03 +0200 |
| commit | bf56ef64278a90acab9116311e649e762d39cd34 (patch) | |
| tree | 95d5e87066188b3d95be37bf084d413fe67b849f | |
| parent | 4657a6ddaf1957d8038a09e12a6a746ee166da35 (diff) | |
Update
| -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 56478c2..320afcd 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -81,7 +81,7 @@ function supersync::gitsyncer end if test -f ~/go/bin/gitsyncer - ~/go/bin/gitsyncer sync bidirectional --auto-create-releases --create-repos && ~/go/bin/gitsyncer showcase + ~/go/bin/gitsyncer sync bidirectional --auto-create-releases --create-repos --throttle && ~/go/bin/gitsyncer showcase end if test $status -eq 0 echo $now >$enable_file |
