diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-06 10:35:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-06 10:35:14 +0300 |
| commit | 7798695919f1dd5d8b8a859b8b1119cd23bb52ff (patch) | |
| tree | b788dfff65e9e97d4dd0cd9698f014f3150dfdc2 | |
| parent | ddc8995550073bac5d0f1b9108d706038ce9dcc6 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index bf4ba20..7392afe 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -1,6 +1,11 @@ function update::tools set pids + // Cange + echo "Installing/updating mage" + go install github.com/magefile/mage@latest & + set -a pids $last_pid + echo "Installing/updating mage" go install github.com/magefile/mage@latest & set -a pids $last_pid |
