mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f46c730b41
Envy is a shell helper program that automatically sets environment variables when you enter certain directories, and properly undoes its actions when you leave them. Envy can be used to replace the shell integration part of tools like pyenv, nvm and asdf. It sets environment variables with the root of the current git repository and the active branch without executing git, which you can use to customize your shell prompt. It also loads custom environment variables from local .envy files.
12 lines
529 B
Plaintext
12 lines
529 B
Plaintext
Envy is a shell helper program that automatically sets environment
|
|
variables when you enter certain directories, and properly undoes
|
|
its actions when you leave them.
|
|
|
|
Envy can be used to replace the shell integration part of tools like
|
|
pyenv, nvm and asdf. It sets environment variables with the root of
|
|
the current git repository and the active branch without executing
|
|
git, which you can use to customize your shell prompt. It also loads
|
|
custom environment variables from local .envy files.
|
|
|
|
WWW: https://github.com/wojas/envy
|