1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-15 03:13:10 +00:00

Update executable_dot_bashrc

This commit is contained in:
Thomas A. Christensen II 2021-09-01 12:16:17 -05:00
parent 52ea6d75be
commit ebfe4fb981

View file

@ -32,7 +32,9 @@ conda config --set changeps1 true
# <<< conda initialize <<<
# >>> direnv initalize >>>
eval "$(direnv hook bash)"
if [ $(command -v direnv) ]; then
eval "$(direnv hook bash)"
fi
# <<< direnv initalize <<<
source $HOME/.envvar