« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-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