mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 19:03:09 +00:00
Update executable_dot_bashrc
This commit is contained in:
parent
52ea6d75be
commit
ebfe4fb981
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue