Exchange asdf with mise.

This commit is contained in:
Sebastian Bugge 2025-04-01 10:55:40 +02:00 committed by Sebastian Bugge
parent fd94b80484
commit 4ab77a370d
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
2 changed files with 0 additions and 19 deletions

View file

@ -1,8 +0,0 @@
ASDF_TMP=$(mktemp)
if asdf current golang >"$ASDF_TMP" 2>/dev/null; then
ASDF_GO="$HOME/.asdf/installs/golang/$(awk -F' ' '{print $2}' <"$ASDF_TMP")"
fi
if [ -d "$ASDF_GO" ]; then
ASDF_GOBIN="$ASDF_GO/packages/bin/"
PATH="$ASDF_GOBIN:$PATH"
fi