diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-11 22:17:42 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-11 22:17:42 +0300 |
| commit | 2e08ff74e94b87fe7c0bdb339c12e93f3f1a2523 (patch) | |
| tree | 3eb04f8a5eeb40672873948910463d680c809fa0 | |
| parent | 57a667c8c1f3701d335fc551c6b867340bbb4f29 (diff) | |
Update
| -rw-r--r-- | fish/conf.d/update.fish | 5 |
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 |
