diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-26 18:07:28 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-26 18:07:28 +0300 |
| commit | e8d4f8015c7f3163f3a5283a13f01b1a4cc82ef1 (patch) | |
| tree | ffbe835ee9ffa26d0b320946fa63809c6f34c87c | |
| parent | 21511adf70152b077c60d087dab8ec169b64201e (diff) | |
Update
| -rw-r--r-- | fish/conf.d/update.fish | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish index 16fbc4d..a340837 100644 --- a/fish/conf.d/update.fish +++ b/fish/conf.d/update.fish @@ -17,10 +17,6 @@ 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 & |
