diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-25 22:29:24 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-25 22:29:24 +0200 |
| commit | f50068f5e50b40923246411cc75ef3a45f1531d2 (patch) | |
| tree | 263ca22754481657a85ed1e29f5e22fb9dad401b | |
| parent | 5b34df93be436187227a52cbcc99947d740b45cf (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 2 |
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 |
