Added direnv to environment for per-directory enviroment hooks

This commit is contained in:
Eric Renfro 2023-11-22 12:11:44 -05:00
parent d21673d2ec
commit 6ab638533b
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
if (( ${+commands[direnv]} )); then
eval "$(direnv hook zsh)"
fi