Stop exporting zsh variables too

This commit is contained in:
Ashish SHUKLA 2023-08-23 22:41:20 +02:00
parent 32d4829d3f
commit e0c42adfaf
No known key found for this signature in database

View file

@ -530,7 +530,7 @@ in
# Only source this once
if [[ -z "$__HM_ZSH_SESS_VARS_SOURCED" ]]; then
export __HM_ZSH_SESS_VARS_SOURCED=1
__HM_ZSH_SESS_VARS_SOURCED=1
${envVarsStr}
fi
'';