tb-dotfiles/chezmoi/dot_zshrc.d/executable_direnv.zsh
2022-11-15 10:10:45 -05:00

4 lines
70 B
Bash

if command -v direnv &> /dev/null; then
eval "$(direnv hook zsh)"
fi