code-activator/zsh/custom-env-template.zsh
2021-09-21 12:26:46 -06:00

14 lines
414 B
Bash

#####################################################################
# Store initial PATH; allows for safe PATH manipulation for a particular project
export _CA__RESTORE_PATH="$PATH"
# Store a list of project-specific environment variables; unset on env exit
export _CA__RESTORE_ENV=(
__CUSTOM_ENV_ACTIVE
)
#####################################################################
export __CUSTOM_ENV_ACTIVE=69