Remove asdf
This commit is contained in:
parent
5832f20aec
commit
1778b4d836
1 changed files with 0 additions and 8 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue