6 lines
99 B
Bash
6 lines
99 B
Bash
# Loading direnv bash hook
|
|
|
|
if command -v direnv > /dev/null; then
|
|
eval "$(direnv hook bash)"
|
|
fi
|