Files
linux-workspace/rc/direnv.sh

6 lines
84 B
Bash

# Loading direnv bash hook
if can_run direnv; then
eval "$(direnv hook bash)"
fi