summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-11 22:17:42 +0300
committerPaul Buetow <paul@buetow.org>2026-04-11 22:17:42 +0300
commit2e08ff74e94b87fe7c0bdb339c12e93f3f1a2523 (patch)
tree3eb04f8a5eeb40672873948910463d680c809fa0 /fish
parent57a667c8c1f3701d335fc551c6b867340bbb4f29 (diff)
Update
Diffstat (limited to 'fish')
-rw-r--r--fish/conf.d/update.fish5
1 files 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