# echo "export MY_ENV=ababa" > .envrc
direnv edit .
direnv: loading .envrc
direnv: export +MY_ENV
vim .envrc
export MY_ENV=ababac
direnv: error .envrc is blocked. Run `direnv allow` to approve its content.
direnv allow .
direnv: loading .envrc
direnv: export +MY_ENV
vim .envrc
export MY_ENV=ababa
direnv: loading .envrc
direnv: export +MY_ENV
direnv deny .
vim .envrc
export MY_ENV=ababac
direnv: error .envrc is blocked. Run `direnv allow` to approve its content.
cd ..
direnv: unloading
env | grep MY_ENV | wc -l
0