summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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