This commit is contained in:
Chris Cowley 2025-04-02 16:35:27 +02:00
parent d433c09dd1
commit 25e7b5a8b0
7 changed files with 54 additions and 2 deletions

3
bashrc.d/direnv Normal file
View file

@ -0,0 +1,3 @@
if [ -f `which direnv` ]; then
eval "$(direnv hook bash)"
fi