We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can change where direnv puts its cached files. https://github.com/direnv/direnv/wiki/Customizing-cache-location
The examples I have seen end up in ${XDG_CACHE_HOME}/direnv/layouts
Can the regex nh look at be extended to cover this,
The text was updated successfully, but these errors were encountered:
Yes, here:
nh/src/clean.rs
Line 94 in 127a23c
Ideally we add a new CLI flag to nh clean such that the user can pass their own extra rules, e.g.
nh clean
nh clean all -R "my rule" -R "my rule2"
Sorry, something went wrong.
No branches or pull requests
You can change where direnv puts its cached files. https://github.com/direnv/direnv/wiki/Customizing-cache-location
The examples I have seen end up in ${XDG_CACHE_HOME}/direnv/layouts
Can the regex nh look at be extended to cover this,
The text was updated successfully, but these errors were encountered: