dotfiles/bashrc.d/direnv

4 lines
63 B
Text
Raw Normal View History

2025-04-02 16:35:27 +02:00
if [ -f `which direnv` ]; then
eval "$(direnv hook bash)"
fi