-
**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
3 months ago
-
#### Current Behavior
I am using tcsh with direnv and starship. When I initialize them in the following order
```
# file: .cshrc
eval `starship init tcsh`
eval `direnv hook tcsh`
```
direnv wor…
-
Write a section on how to automatically load the devshell on project entry using [direnv](https://direnv.net)
-
`direnv` is a very similar project which uses .direnv files; it might be nice to add support for its directory-tree–based method of setting environment variables.
-
**rust-analyzer version**: 0.3.1722-standalone
**rustc version**: rustc 1.73.0 (cc66ad468 2023-10-03)
**relevant settings**: VSCode extension, direnv extension installed as well
In my project…
-
The documentation lists creating an .env with specific parameters (BLUESKY_USERNAME, BLUESKY_PASSWORD, etc.). For non-expert users, that could be read as create a .env _file_ when the intent is to set…
-
**Describe the bug**
In principle I tried to get PyQt6 working with devenv on NixOS. I didn't manage so far (ideas welcome), but I stumbled over what I believe to be a bug.
Opening a devenv shel…
-
### **Environment**
Macbook Pro
Macos Monterey 12.5
VSCode
Version: 1.69.2 (Universal)
Commit: 3b889b090b5ad5793f524b5d1d39fda662b96a2a
Date: 2022-07-18T16:12:57.074Z (1 wk ago)
Electron: 1…
-
**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 `nush…
-
At the moment, everyone in the lab using Visual Studio Code with conda/mamba is actually launching `code` in a terminal in which the environment has been activated. This is cumbersome and complex, it …