X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/4c76e4aa979961e49da5e65a47a041a1509ced44..2a55fbef3406d4c51c395994d6763db3d20c3693:/runcoms/zshrc diff --git a/runcoms/zshrc b/runcoms/zshrc index 9555055..3326b10 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -103,3 +103,7 @@ if ! command -v brew &> /dev/null; then else . $(brew --prefix asdf)/libexec/asdf.sh fi + +if [[ -s "~/.asdf/plugins/java/set-java-home.zsh" ]]; then + . ~/.asdf/plugins/java/set-java-home.zsh +fi