diff --git a/bash/.bashrc b/bash/.bashrc index c5cd457..f8ca365 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -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