Some changes for macos

This commit is contained in:
2019-06-26 18:29:51 +02:00
parent 799201d887
commit c392e53db5
7 changed files with 34 additions and 14 deletions

6
rc.d/direnv Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
if (which -s direnv)
then
eval "$(direnv hook bash)"
fi