diff --git a/.bashrc-common.sh b/.bashrc-common.sh index f97e477..cdfe732 100644 --- a/.bashrc-common.sh +++ b/.bashrc-common.sh @@ -119,9 +119,6 @@ if tk_is_login_shell; then export HISTFILESIZE=10000 export HISTSIZE=10000 - # Apache Maven - [[ -d ~/.m2/repository ]] && export M2_REPO=~/.m2/repository - # Ripgrep (rg) [[ -r ~/.ripgreprc ]] && export RIPGREP_CONFIG_PATH=~/.ripgreprc