-
We are relying on environment variables to be set and therefore use `dotenv` and `source .envrc` extensively in npm scripts throughout the monorepo. Thats why we ended up prepending most (but not all!…
-
**Describe the bug**
`PS2` is `export`ed in a parent shell. When a directory with `.envrc` is entered and `direnv` is triggered, `PS2` becomes unset.
**To Reproduce**
`export PS2=' '`
`cd some-…
-
quickenv currently relies on the user to run `quickenv reload` to reload envrc.
>I like direnv in the context of a team project where I can know that once direnv is configured, everyone will always…
-
**Describe the bug**
#876 introduced the ability to customize the path used when creating Python virtual environments when using `layout python`. When used with `source_up` and an upper .envrc also…
-
I would like direnv loads to be even faster.
Most of my envrc files are `layout_poetry` (setting up virtual environments for Python packages); I use https://github.com/purcell/envrc in Emacs to ha…
-
**Describe the bug**
The `direnv-stdlib` helper function, `on_git_branch/1` is evaluated at the point of declaration, rather than in the context of the directory it was included from.
**To Repro…
-
```✅ 🚀 kind ☸ kind 🎂 ./prepare.sh ➤ Cluster prepared
backend/check.sh
~/gop/src/github.com/SUSE/catapult/buildkind ~/gop/src/github.com/SUSE/catapult
ℹ 🚀 kind ☸ kind 🎂 backend/check.sh ➤ L…
-
## System information
- node version: v14.19.2
- npm or yarn version: npm 6.14.17
- OS/version/architecture: Linux 5 x64
- Applicable nodegit version: nodegit-0.28.0-alpha.16
```
node …
-
## Issue description
I installed direnv using snap and although my .envrc file is present, I cannot load it. I am using oh-my-zsh and can successfully run the `direnv` command, but I get the error …
-
Let's say I'm currently in ```$HOME``` and inside ```$HOME/foo``` is ```bar``` and ```baz``` as well as ```$HOME/foo/.envrc```.
- ```bar``` is a normal directory.
- ```baz``` is a symlink to anoth…