zsh: fix the direnv hook oopsie
This commit is contained in:
parent
7e542ce3c4
commit
20672d2c7a
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue