diff --git a/.zshrc b/.zshrc index f67dee3..504d26d 100644 --- a/.zshrc +++ b/.zshrc @@ -120,7 +120,7 @@ case "$unamestr" in esac # hook in direnv, if it installed -if ! type "direnv" > /dev/null; then +if type "direnv" > /dev/null; then eval "$(direnv hook zsh)" fi