Commit 24033c6b authored by nimrod's avatar nimrod
Browse files

Disable .env files in direnv.

direnv started using either .envrc or .env files. I've a bunch of .env
files (mainly for setting the project name in Docker Compose) and I
don't want to set them in the shell nor have the annoying warning
everytime I cd to a directory. Set the old behavior back.
parent 15249bee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
[global]
skip_dotenv = true