diff options
Diffstat (limited to 'runcoms')
| -rw-r--r-- | runcoms/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
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 |