mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Fix: stop SDKMAN! plugin initialisation breaking NVM
This commit is contained in:
committed by
Koichi Murase
parent
39af832b76
commit
1eea9542ea
@@ -5,5 +5,5 @@
|
||||
|
||||
# Try to load sdk only if command not already available
|
||||
if ! type "sdk" &> /dev/null; then
|
||||
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
[[ -s "$SDKMAN_DIR/bin/sdkman-init.sh" ]] && source "$SDKMAN_DIR/bin/sdkman-init.sh"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user