From 1778b4d836b8d03d95102a94e1e34e138e74b68b Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 25 Jun 2021 19:29:48 -0400 Subject: [PATCH] Remove asdf --- zsh/.zshrc | 8 -------- 1 file changed, 8 deletions(-) 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)"