Update comments to match plugin

This commit is contained in:
Seth Bergman
2021-12-24 20:45:35 +09:00
committed by Koichi Murase
co-authored by Koichi Murase
parent 8cfc1403c2
commit fd6e34ea23
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Set NVM_DIR if it isn't already defined
[[ -z "$SDKMAN_DIR" ]] && export NVM_DIR="$HOME/.sdkman"
# Set SDKMAN_DIR if it isn't already defined
[[ -z "$SDKMAN_DIR" ]] && export SDKMAN_DIR="$HOME/.sdkman"
# Try to load sdk only if command not already available
if ! type "sdk" &> /dev/null; then