diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-21 22:43:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-21 22:43:47 +0200 |
| commit | a881685d948fde1acc40922b8db8d66c258bd131 (patch) | |
| tree | 2146e51d9e257f9b8df6bbbca5bfe5372a10e149 | |
| parent | 67650f4694f50539427c1e0614b94d735ae3c8f3 (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 451be90..67bbbef 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -44,7 +44,7 @@ function update::tools go install github.com/aandrew-me/tgpt/v2@latest & set -a pids $last_pid - for prog in gos gitsyncer yoga + for prog in gos gitsyncer yoga totalrecall echo "Installing/updating $prog from codeberg.org/snonux/$prog/cmd/$prog@latest" go install codeberg.org/snonux/$prog/cmd/$prog@latest end |
