mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Update comments to match plugin
This commit is contained in:
committed by
Koichi Murase
parent
8cfc1403c2
commit
fd6e34ea23
@ -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
|
||||
|
Reference in New Issue
Block a user