summaryrefslogtreecommitdiff
path: root/fish/conf.d
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-04 10:39:19 +0200
committerPaul Buetow <paul@buetow.org>2026-03-04 10:39:19 +0200
commit96cd2dc9dbc7e1fffe65cc8d012073355241bb45 (patch)
treed36f813b7a3362df598b56e507b8cc834799a9c6 /fish/conf.d
parente81c196b685cb2765a96eecd615f7ac53bce6acd (diff)
Update
Diffstat (limited to 'fish/conf.d')
-rw-r--r--fish/conf.d/update.fish6
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 &