Having had to install direnv multiple times over the last few days to get a team up and running im writing the method down because I keep having to look it up. Install based on the following instructions https://github.com/direnv/direnv/blob/master/docs/installation.md Then hook it up to your shell via https://github.com/direnv/direnv/blob/master/docs/hook.md Lastly to have it work with .env files create the following directory and file ~/.config/direnv/direnv.toml and edit the contents to co...