« get me outta code hell

zsh: sdkman - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-05 19:05:03 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-05 19:05:41 -0300
commit487452a9dcbe8db432df77daffe30c212b412608 (patch)
treea53bba836d2cde3425e8ed00cb9e796323aff51d
parent1b9d01dd5219e4547eaa3847f49ec94960bb491b (diff)
zsh: sdkman
-rw-r--r--.zshrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 6f01d13..a0773eb 100644
--- a/.zshrc
+++ b/.zshrc
@@ -144,3 +144,10 @@ fi
 
 device_postconfig
 
+
+# //// really actually end of file stuff ////////////////////// <eof-step> // #
+
+if [[ -v DEVICE_HAS_SDKMAN ]]; then
+  export SDKMAN_DIR="$DEVICE_SDKMAN_INSTALLATION"
+  source "$DEVICE_SDKMAN_INSTALLATION/bin/sdkman-init.sh"
+fi