4 lines
101 B
Text
4 lines
101 B
Text
if [[ -n "$(type -fP direnv)" ]]; then
|
|
source <( direnv hook bash )
|
|
source <( direnv stdlib )
|
|
fi
|