diff options
| -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 |
