Remove asdf

This commit is contained in:
Andrew Tomaka 2021-06-25 19:29:48 -04:00
parent 5832f20aec
commit 1778b4d836
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -42,14 +42,6 @@ if which nodenv > /dev/null; then
(nodenv rehash &) 2> /dev/null
fi
if [ -f $HOME/.asdf ]; then
source $HOME/.asdf/asdf.sh
fi
if [ -f $HOME/.asdf/plugins/java/set-java-home.zsh ]; then
source $HOME/.asdf/plugins/java/set-java-home.zsh
fi
# init direnv
if which direnv > /dev/null; then
eval "$(direnv hook zsh)"