diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-28 23:30:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-28 23:30:05 +0300 |
| commit | a65364aa3644380ba897c80f73cd786bc6142912 (patch) | |
| tree | ab9ca947493d52ea778302c036678908f0847463 | |
| parent | 04e8c80a94cc4e7e804f1edb63438e049bc5c531 (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 8db8e29..935b630 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -36,7 +36,7 @@ function update::tools set -a pids $last_pid if test (uname) = Linux - eco "Installing/updating tgpt" + echo "Installing/updating tgpt" go install github.com/aandrew-me/tgpt/v2@latest & set -a pids $last_pid |
