dotfiles/zsh/.config/zsh/source/direnv.zsh

10 lines
133 B
Bash

#
# direnv
#
if command -v direnv &> /dev/null; then
eval "$(direnv hook zsh)"
fi
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2