summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-06 10:35:14 +0300
committerPaul Buetow <paul@buetow.org>2025-09-06 10:35:14 +0300
commit7798695919f1dd5d8b8a859b8b1119cd23bb52ff (patch)
treeb788dfff65e9e97d4dd0cd9698f014f3150dfdc2
parentddc8995550073bac5d0f1b9108d706038ce9dcc6 (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/update.fish5
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