From 633fcecc6886a43494c1abd7789661d0dc3a9032 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 18 Apr 2026 19:56:03 +0300 Subject: Update --- fish/conf.d/supersync.fish | 3 +-- 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 -- cgit v1.2.3