aboutsummaryrefslogtreecommitdiff
path: root/runcoms
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-03-20 10:03:50 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-03-20 10:03:50 +0100
commit2a55fbef3406d4c51c395994d6763db3d20c3693 (patch)
tree8f8c9af5f3dcc06f589db5439933e6f993c0de68 /runcoms
parent4c76e4aa979961e49da5e65a47a041a1509ced44 (diff)
Use difftastic, apply java set home
Diffstat (limited to 'runcoms')
-rw-r--r--runcoms/zshrc4
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