config-bash/rc.d/direnv

7 lines
71 B
Bash

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