diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-09 12:14:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-09 12:14:40 +0300 |
| commit | 5ce0157f8001d3101d6415f6f1811c3fc7f1f3a7 (patch) | |
| tree | 3477482d1796876e93746e4ef1e0fbd1c05327ea | |
| parent | 3aa70054cd70909354443fc336fbeb902c2c4219 (diff) | |
add gitsyncer
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 811b070..1794658 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 + ~/go/bin/gitsyncer --full --showcase end end @@ -75,6 +75,7 @@ function supersync supersync::taskwarrior supersync::worktime no_sync_quotes supersync::uprecords + supersync::gitsyncer if test -f ~/.gos_enable gos |
