3 lines
72 B
Bash
3 lines
72 B
Bash
|
|
if direnv --version &>/dev/null; then
|
||
|
|
eval "$(direnv hook bash)";
|
||
|
|
fi
|