dotfiles/dot_config/bash/direnv.sh

4 lines
72 B
Bash

if which direnv > /dev/null 2>&1 ; then
eval "$(direnv hook bash)"
fi