tb-dotfiles/chezmoi/dot_zshrc.d/executable_direnv.zsh

4 lines
70 B
Bash
Raw Normal View History

2022-11-15 10:10:45 -05:00
if command -v direnv &> /dev/null; then
eval "$(direnv hook zsh)"
fi