summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-24 19:04:12 +0200
committerPaul Buetow <paul@buetow.org>2026-03-24 19:04:12 +0200
commit932bfff63c96f77334361c7f8c99665a306d30ce (patch)
treee260845619252d3fa818231c5869993d4f665c65
parentd3ec6430653de0e6ca65dd5ca7ece54cdde4e1ae (diff)
Update
-rw-r--r--fish/conf.d/update.fish5
1 files changed, 4 insertions, 1 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish
index 9e31e4f..6cf381d 100644
--- a/fish/conf.d/update.fish
+++ b/fish/conf.d/update.fish
@@ -23,12 +23,15 @@ function update::tools
set -a pids $last_pid
end
+ if test -f ~/go/bin/perc
+ rm ~/go/bin/perc
+ end
# Obsolete moved to keepass
if test -f ~/go/bin/foostore
rm ~/go/bin/foostore
end
- for prog in tasksamurai timesamurai perc loadbars
+ for prog in tasksamurai timesamurai gt 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