summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-07 22:27:03 +0300
committerPaul Buetow <paul@buetow.org>2026-04-07 22:27:03 +0300
commit2185140e23fac18ca9fd2e7e2298dddb327b36ae (patch)
treecba2abeaac5e02afdfebd9337e54de2cb9c91dba
parentb9108ae9119a699dbf5e1cdf2816bfe46a459c22 (diff)
Update
-rw-r--r--fish/conf.d/update.fish8
1 files changed, 5 insertions, 3 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish
index 6cf381d..51765c8 100644
--- a/fish/conf.d/update.fish
+++ b/fish/conf.d/update.fish
@@ -17,14 +17,16 @@ 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 ask
+ for prog in hexai hexai-lsp-server hexai-tmux-action hexai-tmux-edit hexai-mcp-server do
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
end
- if test -f ~/go/bin/perc
- rm ~/go/bin/perc
+ if test -f ~/go/bin/do
+ if test -f ~/go/bin/ask
+ rm ~/go/bin/ask
+ end
end
# Obsolete moved to keepass
if test -f ~/go/bin/foostore