diff --git a/bash/bashrc b/bash/bashrc index 1b3a7d38c..ebc1d735a 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -45,6 +45,10 @@ fi # Configure PATH source "$HOME/.dotfiles/bash/path" +# Static environment variable exports +if [ -f ${HOME}/.dotfiles/bash/env_exports ]; then + . "${HOME}/.dotfiles/bash/env_exports" +fi # Load aliases if [ -f ${HOME}/.dotfiles/bash/bash_aliases ]; then