diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-24 19:04:12 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-24 19:04:12 +0200 |
| commit | 932bfff63c96f77334361c7f8c99665a306d30ce (patch) | |
| tree | e260845619252d3fa818231c5869993d4f665c65 | |
| parent | d3ec6430653de0e6ca65dd5ca7ece54cdde4e1ae (diff) | |
Update
| -rw-r--r-- | fish/conf.d/update.fish | 5 |
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 |
