summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-20 21:03:04 +0200
committerPaul Buetow <paul@buetow.org>2026-02-20 21:03:04 +0200
commite29711f39647ca765ab93397136ba795456142a5 (patch)
tree0092163c91cc549e6d72b188a1664a30b9bc121e
parent0e9813a5f287df6db030c5aa1abb68691ffb212e (diff)
Update
-rw-r--r--fish/conf.d/update.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish
index b293c18..2f77f2e 100644
--- a/fish/conf.d/update.fish
+++ b/fish/conf.d/update.fish
@@ -49,7 +49,7 @@ function update::tools
go install github.com/aandrew-me/tgpt/v2@latest &
set -a pids $last_pid
- for prog in gos gitsyncer yoga totalrecall
+ for prog in gos gitsyncer yoga totalrecall goprecords
echo "Installing/updating $prog from codeberg.org/snonux/$prog/cmd/$prog@latest"
go install codeberg.org/snonux/$prog/cmd/$prog@latest
end