Files
config-bash/rc.d/direnv
T
2019-06-26 18:29:51 +02:00

7 lines
71 B
Bash

#!/bin/bash
if (which -s direnv)
then
eval "$(direnv hook bash)"
fi