zsh: fix the direnv hook oopsie

This commit is contained in:
Grigory Shipunov 2021-01-08 19:16:43 +01:00
parent 7e542ce3c4
commit 20672d2c7a
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

2
.zshrc
View file

@ -120,7 +120,7 @@ case "$unamestr" in
esac esac
# hook in direnv, if it installed # hook in direnv, if it installed
if ! type "direnv" > /dev/null; then if type "direnv" > /dev/null; then
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
fi fi