From 2e08ff74e94b87fe7c0bdb339c12e93f3f1a2523 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 11 Apr 2026 22:17:42 +0300 Subject: Update --- fish/conf.d/update.fish | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish index ac85e0d..041224c 100644 --- a/fish/conf.d/update.fish +++ b/fish/conf.d/update.fish @@ -17,7 +17,7 @@ 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 do + for prog in hexai hexai-lsp-server hexai-tmux-action hexai-tmux-edit hexai-mcp-server ask 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 @@ -25,8 +25,7 @@ function update::tools if test -f ~/go/bin/ask if test -f ~/go/bin/do - # Only remove the ask command when the do command is already installed! - rm ~/go/bin/ask + rm ~/go/bin/do end end -- cgit v1.2.3