Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't load .env files by default #911

Merged
merged 1 commit into from Mar 26, 2022
Merged

Commits on Mar 26, 2022

  1. Don't load .env files by default

    Loading the `.env` files is a change in behaviour and broke
    backward-compatibility. It sounds really nice at first but it turns out
    that many users have .env files littered in their repository and cause a
    direnv reload. It's possible to turn that feature off but now they have
    one extra step to instruct their users.
    
    This commit inverts the behaviour and turns that feature off by default
    to restore back-compat.
    
    See also direnv#878.
    zimbatm committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    95a9e12 View commit details
    Browse the repository at this point in the history