From bb612ef22906dfa72fc29a127940e46b05b5b83c Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Wed, 12 Jan 2022 11:21:42 -0500 Subject: [PATCH] java: add SDKMAN to bash config --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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