dotfiles/bashrc.d/direnv
2025-04-02 16:35:27 +02:00

3 lines
63 B
Text

if [ -f `which direnv` ]; then
eval "$(direnv hook bash)"
fi