From 67bfa29920b612240ffc2cb612c7182a1f37b1d6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 26 Apr 2026 16:43:42 +0300 Subject: Update --- fish/conf.d/update.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish index a340837..16fbc4d 100644 --- a/fish/conf.d/update.fish +++ b/fish/conf.d/update.fish @@ -17,6 +17,10 @@ function update::tools go install golang.org/x/tools/cmd/goimports@latest & set -a pids $last_pid + echo 'installing/updating walk' + go install github.com/antonmedv/walk@latest + set -a pids $last_pid + 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 & -- cgit v1.2.3