diff --git a/chezmoi/dot_zshrc.d/executable_direnv.zsh b/chezmoi/dot_zshrc.d/executable_direnv.zsh new file mode 100644 index 0000000..31fdee6 --- /dev/null +++ b/chezmoi/dot_zshrc.d/executable_direnv.zsh @@ -0,0 +1,3 @@ +if command -v direnv &> /dev/null; then + eval "$(direnv hook zsh)" +fi