mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Update executable_dot_zshrc
This commit is contained in:
parent
ebfe4fb981
commit
cbf864e601
1 changed files with 3 additions and 1 deletions
|
@ -81,7 +81,9 @@ unset __conda_setup
|
|||
# <<< conda initialize <<<
|
||||
|
||||
# >>> direnv initalize >>>
|
||||
eval "$(direnv hook zsh)"
|
||||
if [ $(command -v direnv) ]; then
|
||||
eval "$(direnv hook zsh)"
|
||||
fi
|
||||
# <<< direnv initalize <<<
|
||||
|
||||
# Tell Antigen that you're done
|
||||
|
|
Loading…
Reference in a new issue