Use direnv for managing environments
This commit is contained in:
parent
4a574a7b61
commit
65391d541d
2 changed files with 4 additions and 0 deletions
|
|
@ -50,3 +50,6 @@ dist/
|
|||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# direnv
|
||||
.envrc
|
||||
|
|
|
|||
|
|
@ -65,3 +65,4 @@ scrot() {
|
|||
}
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
eval "$(direnv hook zsh)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue