diff --git a/zsh/custom-env-template.zsh b/zsh/custom-env-template.zsh index 863fba4..bfae11b 100644 --- a/zsh/custom-env-template.zsh +++ b/zsh/custom-env-template.zsh @@ -1,10 +1,10 @@ ##################################################################### # 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 -export RESTORE_ENV=( +export _CA__RESTORE_ENV=( __CUSTOM_ENV_ACTIVE )