1
0
Fork 0
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:
Thomas A. Christensen II 2021-09-01 12:16:59 -05:00
parent ebfe4fb981
commit cbf864e601

View file

@ -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