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

11
.zshenv
View file

@ -27,15 +27,6 @@ if [ -d "$HOME/go" ]; then
PATH="$GOBIN:$PATH"
fi
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
[ -f "/home/kaholaz/.ghcup/env" ] && source "/home/kaholaz/.ghcup/env" # ghcup-env
if [ -f "$HOME/.local/share/pnpm" ]; then
@ -46,6 +37,4 @@ if [ -f "$HOME/.local/share/pnpm" ]; then
esac
fi
[ -d "$HOME/.asdf" ] && export PATH="$HOME/.asdf/shims:$PATH"
if [ -e /home/kaholaz/.nix-profile/etc/profile.d/nix.sh ]; then . /home/kaholaz/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer