Loading...
winget install --id=direnv.direnv -e
An extension for to augment existing shells with a new feature that can load and unload environment variables depending on the current directory.
direnv is a shell extension designed to manage project-specific environment variables efficiently. It allows developers to load and unload these variables based on the current directory, ensuring that only relevant settings are active without cluttering global profiles.
Key Features:
Audience & Benefit: Ideal for developers working on projects with specific environment requirements, direnv enables isolated development environments. This isolation prevents conflicts between project settings and keeps the global profile clean, enhancing productivity and security.