From a664016232e34f6f9a25fd7b3b471021a432d929 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Thu, 16 Sep 2021 22:46:29 -0600 Subject: [PATCH] wrong env var --- zsh/custom-env-template.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )