dotfiles/dot_config/bash/direnv.sh

4 lines
72 B
Bash
Raw Normal View History

2022-06-28 16:27:09 -04:00
if which direnv > /dev/null 2>&1 ; then
eval "$(direnv hook bash)"
fi