diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-29 09:38:13 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-29 09:38:13 +0300 |
| commit | c1bfbc3d5f0944d96742839ab7250aff5ce6dc51 (patch) | |
| tree | 67a87fb929f48a5e91223c986929f6f813f7b5d8 | |
| parent | 704e530f2f553698b3db51acd3b9efbf1e3d1e2f (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index 6d83ae6..bf4ba20 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -2,15 +2,15 @@ function update::tools set pids echo "Installing/updating mage" - go install github.com/magefile/mage@latest + go install github.com/magefile/mage@latest & set -a pids $last_pid echo "Installing/updating golangci-lint" - go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest + go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest & set -a pids $last_pid echo "Installing/updating goimports" - go install golang.org/x/tools/cmd/goimports@latest + go install golang.org/x/tools/cmd/goimports@latest & set -a pids $last_pid for prog in hexai tasksamurai timr |
