config-bash/rc.d/direnv

7 lines
71 B
Plaintext
Raw Permalink Normal View History

2019-06-26 18:29:51 +02:00
#!/bin/bash
if (which -s direnv)
then
eval "$(direnv hook bash)"
fi