4 lines
72 B
Bash
4 lines
72 B
Bash
|
if which direnv > /dev/null 2>&1 ; then
|
||
|
eval "$(direnv hook bash)"
|
||
|
fi
|