-
If `eshell-atuin-mode` is run from a directory with a buffer-local `process-environment`, then `ATUIN_SESSION` does not get set globally and `eshell-atuin` never tries to reinitialize it. This can hap…
ajgrf updated
8 months ago
-
**Describe the bug**
In PowerShell, I appended to my `$PROFILE` `.ps` script the following:
```
Invoke-Expression "$(direnv hook pwsh)"
```
And when I `cd` into a directory with a `.envrc`,…
-
## Issue description
### Steps to reproduce
```bash
$ echo "source $(pwd)/.envrc" > .envrc
$ direnv allow
```
I get `direnv: error signal: segmentation fault` after a while.
I know it i…
-
For editor integration like https://github.com/wbolster/emacs-direnv to be able to provide a nice user interface, they need to be able to discern the different failure states, like a missing `.envrc` …
-
### What did you expect to happen?
I setup a Python environment using `.envrc` and the `direnv` module. I expected that environment to be picked up (correct version in the modeline and the installed …
-
Setting environment variables from commands that are slow affects all prompt executions, e.g. setting:
```sh
mise env-vars TEST_MISE="{{exec(command='sleep 1')}}"
```
which translates into:
```to…
-
In some projects, when using nix or any other mise can mess up paths.
Solution:
According to me, this can be done using 2 ways:
1. Using direnv to disable mise.
2. Using local config to disable…
-
### What happened?
I installed `nodejs@20` via devbox and added direnv with `devbox generate direnv` and now when I `cd` into that directory I get this error:
```
direnv: loading PATH/.envrc
dir…
-
The stdin integration when using the fish shell is broken. Any command that runs from `.envrc` and requests input from the user seems to hang direnv. I came across this trying to use `aws-vault ...`…
-
**Is your feature request related to a problem? Please describe.**
I would like to be able to easily view the values of relevant environment variables that have been loaded.
I know I could use `e…