summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-11-25 22:29:24 +0200
committerPaul Buetow <paul@buetow.org>2025-11-25 22:29:24 +0200
commitf50068f5e50b40923246411cc75ef3a45f1531d2 (patch)
tree263ca22754481657a85ed1e29f5e22fb9dad401b
parent5b34df93be436187227a52cbcc99947d740b45cf (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 6132e39..25557b0 100644
--- a/dotfiles/fish/conf.d/update.fish
+++ b/dotfiles/fish/conf.d/update.fish
@@ -23,7 +23,7 @@ function update::tools
set -a pids $last_pid
end
- for prog in tasksamurai timr
+ for prog in tasksamurai timr perc
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