You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug RCFromEnv function creates a RC struct with empty allowPath, as a result Loaded RC allowed is always false unless there is direnv.toml whitelisting the path or .envrc file.
To Reproduce
Run direnv status on any directory which has a .envrc file and direnv allow has been run. You will see that Loaded RC allowPath is empty.