228d6adce2
direnv is an environment switcher for the shell. It knows how to hook into bash, zsh, tcsh and fish shell to load or unload environment variables depending on the current directory. This allows to have project-specific environment variables and not clutter the "~/.profile" file. Originally packaged in wip by Terin Stock, updated by myself.
4 lines
280 B
Text
4 lines
280 B
Text
direnv is an environment switcher for the shell. It knows how to hook into bash,
|
|
zsh, tcsh and fish shell to load or unload environment variables depending on
|
|
the current directory. This allows to have project-specific environment
|
|
variables and not clutter the "~/.profile" file.
|