Support for nushell?
Is your feature request related to a problem? Please describe.
Right now, it seems like direnv cannot be run on nushell.
Describe the solution you'd like
To make direnv run on nushell, just like on any other shell.
nushell's hook are still not powerful enough for direnv to support it: https://github.com/nushell/nushell/issues/2549#issuecomment-1146869857
Recently, Nushell hooks got upgraded and should be powerful enough now to enable direnv-like functionality: https://github.com/nushell/nushell/pull/5982.
If you check the PR discussion, you can see @johnae got direnv working with our current hooks.
There's a PR here with an example of how to set it up: https://github.com/nushell/nu_scripts/pull/272
What about now? Someone should make a pr :3
Be my guest :)