Shell extension to load and unload environment variables depending on the current directory. More information: https://github.com/direnv/direnv.
.envrc present in the current directory:direnv allow {{.}}
.envrc present in the current directory:direnv deny {{.}}
.envrc file in the default text editor and reload the environment on exit:direnv edit {{.}}
direnv reload
direnv status