summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-10 09:56:07 +0200
committerPaul Buetow <paul@buetow.org>2026-02-10 09:56:07 +0200
commit59dbb485cb71836b977778367c5736826ecddcfb (patch)
tree4801c4b324a07467e16748b195bd073ac43c7dcd /fish
parent68bf86aa510913fd95bbb1a9f6ddea91743ecec0 (diff)
Update
Diffstat (limited to 'fish')
-rw-r--r--fish/conf.d/update.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish
index d94d63d..353ecb8 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 hexai-tmux-action hexai-tmux-edit
+ for prog in hexai hexai-lsp hexai-tmux-action hexai-tmux-edit hexai-mcp-server
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