-
I have the following situation
- I'm in a rust buffer, using doom emacs with lsp and envrc, and everything works together wonderfully. I happen to have the language server installed via my direnv-m…
-
We are using https://direnv.net/ to share a base config and it works really well for that. Would be even better if we could reference the same file in our run configs.
Format is pretty simple:
e…
-
**Describe the bug**
I have a command running in my `.envrc` that I use to automatically export an API token I store in `lpass`. If I am not already logged in, I am prompted for my password to `lpass…
-
If I try to use 'envrc-allow` in an eshell which is on another machine via Tramp with ssh, direnv is unable to find the .envrc:
> direnv: error .envrc file not found
If I use a copy of this dire…
treed updated
3 years ago
-
**Describe the bug**
I'm attempting to run a small script after `poetry install` completes in my repo. `poetry install` downloads some binaries that are dynamically linked against `ld`, and thus do n…
-
Configured with
```elisp
(use-package envrc
:after (lsp-mode flycheck)
:init (envrc-global-mode))
```
envrc works for the first file I open in a workspace, but when I open another file in th…
-
**Describe the bug**
`direnv` is not loading `.env` files, event though it is configured to do so.
**To Reproduce**
Steps to reproduce the behavior:
- Install `direnv`
- Create `cat ~/.conf…
-
**Describe the bug**
Creating an empty `.envrc` and running `direnv allow .`, the PATH variable is drastically changed, leaving many programs outside the path.
**To Reproduce**
On Debian Bookworm…
-
#### Current Behavior
direnv module does not activate on any of subdirectories containing `.envrc` file.
#### Expected Behavior
Module is always displayed while envrc is loaded, even in subdirect…
-
**Describe the bug**
On windows, direnv (even with an empty .envrc) attempts to upcase environment variables that it shouldn't be touching since they are not modified in the config;
```
T:\projects…
sprig updated
2 months ago