diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-18 19:56:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-18 19:56:03 +0300 |
| commit | 633fcecc6886a43494c1abd7789661d0dc3a9032 (patch) | |
| tree | 3a47d9f65ef45b21a7ba182f8d47ab5c91476bf1 | |
| parent | 6eb893f068dbc3a387f6d9f633dfaf1bdb37bfa3 (diff) | |
Update
| -rw-r--r-- | fish/conf.d/supersync.fish | 3 | ||||
| -rw-r--r-- | fish/conf.d/utils.fish | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/fish/conf.d/supersync.fish b/fish/conf.d/supersync.fish index c99a506..c016c3a 100644 --- a/fish/conf.d/supersync.fish +++ b/fish/conf.d/supersync.fish @@ -112,8 +112,7 @@ function supersync ~/go/bin/gos end if test -f ~/go/bin/snonux - # snonux microblogger tool - ~/go/bin/snonux --input ~/.gosdir/snonux/inbox/ --output ~/.gosdir/snonux/dist/ --sync + snonux::sync end end diff --git a/fish/conf.d/utils.fish b/fish/conf.d/utils.fish index 36db443..49e38fb 100644 --- a/fish/conf.d/utils.fish +++ b/fish/conf.d/utils.fish @@ -153,3 +153,8 @@ end function geheim echo 'Use KeePassXC and/or foostore' end + +function snonux::sync + # snonux microblogger tool + ~/go/bin/snonux --input ~/.gosdir/snonux/inbox/ --output ~/.gosdir/snonux/dist/ --sync +end |
