diff --git a/bash/bashrc/rbashrc b/bash/bashrc/rbashrc index 5635e59..aaf75fc 100644 --- a/bash/bashrc/rbashrc +++ b/bash/bashrc/rbashrc @@ -9,6 +9,11 @@ if [ -f /etc/bashrc ]; then . /etc/bashrc fi +# Source for Custom bash ENV +if [ -f ~/.rbashenv ]; then + . ~/.rbashenv +fi + # don't put duplicate lines or lines starting with space in the history. # See bash(1) for more options HISTCONTROL=ignoreboth