Use direnv for project-specific environment variables

This commit is contained in:
Ohad Livne 2025-06-04 22:44:32 +03:00
parent 14e7c88801
commit e3c9341623
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
3 changed files with 8 additions and 0 deletions

View file

@ -115,3 +115,6 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
# Hook up direnv
eval "$(direnv hook bash)"