wrong env var

This commit is contained in:
Wryn Wagner 2021-09-16 22:46:29 -06:00
parent 7472fede74
commit a664016232

View File

@ -1,10 +1,10 @@
##################################################################### #####################################################################
# Store initial PATH; allows for safe PATH manipulation for a particular project # Store initial PATH; allows for safe PATH manipulation for a particular project
export RESTORE_PATH="$PATH" export _CA__RESTORE_PATH="$PATH"
# Store a list of project-specific environment variables; unset on env exit # Store a list of project-specific environment variables; unset on env exit
export RESTORE_ENV=( export _CA__RESTORE_ENV=(
__CUSTOM_ENV_ACTIVE __CUSTOM_ENV_ACTIVE
) )