summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-08 14:23:59 +0200
committerPaul Buetow <paul@buetow.org>2026-02-08 14:23:59 +0200
commit47bc74cc1052f313488d0fde1555f48070469047 (patch)
tree3293bd858c265e739a1a9588b591972cb74ed937 /fish
parentbb89d04e83814bee867a51ad7e967e7c9dfb0b77 (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 abe9da0..d94d63d 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
+ for prog in hexai hexai-lsp hexai-tmux-action hexai-tmux-edit
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