Add direnv support
This commit is contained in:
parent
ff9a299f68
commit
37ca6c1f5c
1 changed files with 3 additions and 0 deletions
3
chezmoi/dot_zshrc.d/executable_direnv.zsh
Normal file
3
chezmoi/dot_zshrc.d/executable_direnv.zsh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
if command -v direnv &> /dev/null; then
|
||||||
|
eval "$(direnv hook zsh)"
|
||||||
|
fi
|
Loading…
Reference in a new issue