java: add SDKMAN to bash config

This commit is contained in:
Charles Gould 2022-01-12 11:21:42 -05:00
parent 6416c83747
commit bb612ef229

View File

@ -12,5 +12,5 @@ export PATH="$PATH:/sbin"
# Remove from history all previous lines matching the current line
export HISTCONTROL=ignoreboth:erasedups
# Completions
[ -f /usr/local/etc/bash_completion ] && source /usr/local/etc/bash_completion
[ -f $HOME/.sdkman/bin/sdkman-init.sh ] && source $HOME/.sdkman/bin/sdkman-init.sh