Skip to content

Commit

Permalink
Add sdkman to config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdupuis13 committed Sep 14, 2024
1 parent bf07a8f commit 43b614a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,7 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi

#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
export SDKMAN_DIR="$HOME/.sdkman"
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"

0 comments on commit 43b614a

Please sign in to comment.