Some changes for macos
This commit is contained in:
6
rc.d/direnv
Normal file
6
rc.d/direnv
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (which -s direnv)
|
||||
then
|
||||
eval "$(direnv hook bash)"
|
||||
fi
|
Reference in New Issue
Block a user