Closed sellout closed 2 years ago
Hmm, I think this was about protecting directory-local environments from obliterating direnv from the path. I think it would be fine to have a configurable path for direnv
, but I imagine it would be in addition to the protective measure above.
Cool. I’ll try to submit a PR for it soon. Thanks.
From
the lack of this feature seems intentional, but I can’t quite make out why.
I configure emacs as much as possible to reference binaries directly in the Nix store, so they’re not generally in either my
$PATH
orexec-path
. However, envrc forces me to havedirenv
in myexec-path
.So, I’d like to be able to change it or at least understand why that’s a bad idea (and then maybe still change it).