summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-14 00:07:44 +0200
committerPaul Buetow <paul@buetow.org>2026-02-14 00:07:44 +0200
commitc53a9381c4f7a753f8b4be9f0c91a458e449146b (patch)
treec93934af2388eab006b74a24c346f7430849a583
parent6e810481354d5fa32deff1ae1a52f4f965c5f447 (diff)
Update
-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 b37f7aa..b293c18 100644
--- a/fish/conf.d/update.fish
+++ b/fish/conf.d/update.fish
@@ -28,7 +28,7 @@ function update::tools
rm ~/go/bin/hexai-lsp
end
- for prog in tasksamurai timr perc
+ for prog in tasksamurai timr perc loadbars
echo "Installing/updating $prog from codeberg.org/snonux/$prog/cmd/$prog@latest"
go install codeberg.org/snonux/$prog/cmd/$prog@latest &
set -a pids $last_pid