envv

Shell-independent environment variable management across different shells

brewmacoslinux
Try with needOr install directly
Source

About

Shell-independent handling of environment variables

Commands

envv

Examples

Set an environment variable that persists across shell sessions$ envv set MY_VAR my_value
Get the value of an environment variable$ envv get MY_VAR
Remove an environment variable$ envv unset MY_VAR