From 2185140e23fac18ca9fd2e7e2298dddb327b36ae Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 7 Apr 2026 22:27:03 +0300 Subject: Update --- fish/conf.d/update.fish | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish index 6cf381d..51765c8 100644 --- a/fish/conf.d/update.fish +++ b/fish/conf.d/update.fish @@ -17,14 +17,16 @@ function update::tools go install golang.org/x/tools/cmd/goimports@latest & set -a pids $last_pid - for prog in hexai hexai-lsp-server hexai-tmux-action hexai-tmux-edit hexai-mcp-server ask + for prog in hexai hexai-lsp-server hexai-tmux-action hexai-tmux-edit hexai-mcp-server do echo "Installing/updating $prog from codeberg.org/snonux/hexai/cmd/$prog@latest" go install codeberg.org/snonux/hexai/cmd/$prog@latest & set -a pids $last_pid end - if test -f ~/go/bin/perc - rm ~/go/bin/perc + if test -f ~/go/bin/do + if test -f ~/go/bin/ask + rm ~/go/bin/ask + end end # Obsolete moved to keepass if test -f ~/go/bin/foostore -- cgit v1.2.3