diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-04 10:39:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-04 10:39:19 +0200 |
| commit | 96cd2dc9dbc7e1fffe65cc8d012073355241bb45 (patch) | |
| tree | d36f813b7a3362df598b56e507b8cc834799a9c6 | |
| parent | e81c196b685cb2765a96eecd615f7ac53bce6acd (diff) | |
Update
| -rw-r--r-- | fish/conf.d/update.fish | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish index 5d58bd7..4f8d252 100644 --- a/fish/conf.d/update.fish +++ b/fish/conf.d/update.fish @@ -31,12 +31,16 @@ function update::tools rm ~/scripts/taskwarriorfeeder.rb end - for prog in tasksamurai timr perc loadbars foostore + for prog in tasksamurai timesamurai perc loadbars foostore 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 end + if test -f ~/git/bin/timr + rm ~/git/bin/timr + end + if test (uname) = Darwin echo 'Updating cursor-agent on macOS' cursor-agent update & |
