diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-20 21:03:04 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-20 21:03:04 +0200 |
| commit | e29711f39647ca765ab93397136ba795456142a5 (patch) | |
| tree | 0092163c91cc549e6d72b188a1664a30b9bc121e | |
| parent | 0e9813a5f287df6db030c5aa1abb68691ffb212e (diff) | |
Update
| -rw-r--r-- | fish/conf.d/update.fish | 2 |
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 |
