From cbf864e60187e0558f35d9867f08ad603089bf44 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 1 Sep 2021 12:16:59 -0500 Subject: [PATCH] Update executable_dot_zshrc --- executable_dot_zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/executable_dot_zshrc b/executable_dot_zshrc index 5cca1d3..622f5f0 100644 --- a/executable_dot_zshrc +++ b/executable_dot_zshrc @@ -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