diff --git a/zsh/.zshrc b/zsh/.zshrc index 7c94f58..bb4c2df 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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)"