6 lines
84 B
Bash
6 lines
84 B
Bash
# Loading direnv bash hook
|
|
|
|
if can_run direnv; then
|
|
eval "$(direnv hook bash)"
|
|
fi
|