4 lines
63 B
Text
4 lines
63 B
Text
|
if [ -f `which direnv` ]; then
|
||
|
eval "$(direnv hook bash)"
|
||
|
fi
|