This commit is contained in:
meganrogge 2022-08-05 16:08:26 -07:00
parent 4a0555d948
commit 8cfae763ea
No known key found for this signature in database
GPG key ID: 1367081C49377970

View file

@ -125,3 +125,7 @@ __vsc_preexec() {
}
add-zsh-hook precmd __vsc_precmd
add-zsh-hook preexec __vsc_preexec
if [[ $options[login] = off ]]; then
ZDOTDIR=$USER_ZDOTDIR
fi