diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-07 22:27:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-07 22:27:03 +0300 |
| commit | 2185140e23fac18ca9fd2e7e2298dddb327b36ae (patch) | |
| tree | cba2abeaac5e02afdfebd9337e54de2cb9c91dba /fish | |
| parent | b9108ae9119a699dbf5e1cdf2816bfe46a459c22 (diff) | |
Update
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/conf.d/update.fish | 8 |
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 |
