[shell/direnv] add sourcing

This commit is contained in:
Felix Buehler 2021-01-06 18:05:27 +01:00
parent 8f2a0c51e1
commit 138e8ed62b
2 changed files with 7 additions and 1 deletions

5
shell/direnv.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
if command -v direnv >/dev/null; then
eval "$(direnv hook bash)"
fi