feat(zsh): add hooks for direnv

This commit is contained in:
George Rawlinson 2022-06-14 20:16:02 +12:00
parent 12e57c8409
commit 43b8f5ed97
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#
# direnv
#
if command -v direnv &> /dev/null; then
eval "$(direnv hook zsh)"
fi
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2