summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-07 14:32:30 +0300
committerPaul Buetow <paul@buetow.org>2025-09-07 14:32:30 +0300
commit9598f1247753b780989fda9694042afe7b556ae3 (patch)
tree7b6ab4edc9abf79deb204f77fd9f448bd158dc9b
parent2c0a58dfe5ea48127361c79fafd40979f3d3b78b (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/update.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish
index e21fb03..173ea7c 100644
--- a/dotfiles/fish/conf.d/update.fish
+++ b/dotfiles/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 hexai in hexai hexai-lsp hexai-action
+ for hexai in hexai hexai-lsp hexai-tmux-action
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