Add direnv support

This commit is contained in:
Tony Blyler 2022-11-15 10:10:45 -05:00
parent ff9a299f68
commit 37ca6c1f5c

View file

@ -0,0 +1,3 @@
if command -v direnv &> /dev/null; then
eval "$(direnv hook zsh)"
fi