Stop exporting zsh variables too
This commit is contained in:
parent
32d4829d3f
commit
e0c42adfaf
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue