Use direnv for managing environments

This commit is contained in:
Maximilian Friedersdorff 2025-04-24 11:07:56 +01:00
parent 4a574a7b61
commit 65391d541d
2 changed files with 4 additions and 0 deletions

View file

@ -50,3 +50,6 @@ dist/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# direnv
.envrc

View file

@ -65,3 +65,4 @@ scrot() {
}
eval "$(starship init zsh)"
eval "$(direnv hook zsh)"