git.r.bdr.sh
/
rbdr
/
dotfiles
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Turn off the blur
[rbdr/dotfiles]
/
runcoms
/
zshrc
diff --git
a/runcoms/zshrc
b/runcoms/zshrc
index 9555055dc9c9b56dcaa2f9063c18e698644aa14c..3326b10767168b32a38b2e8e24b974ec021944be 100644
(file)
--- 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