Load environment variable file (recently separated out)
This commit is contained in:
parent
8e9606ec49
commit
a7e2cbfad9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue