Use direnv for project-specific environment variables
This commit is contained in:
parent
14e7c88801
commit
e3c9341623
3 changed files with 8 additions and 0 deletions
3
.bashrc
3
.bashrc
|
|
@ -115,3 +115,6 @@ if ! shopt -oq posix; then
|
|||
. /etc/bash_completion
|
||||
fi
|
||||
fi
|
||||
|
||||
# Hook up direnv
|
||||
eval "$(direnv hook bash)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue