Update comments to match plugin

This commit is contained in:
Seth Bergman
2021-05-31 09:42:30 -05:00
committed by Koichi Murase
parent 8cfc1403c2
commit fd6e34ea23

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