mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 03:25:38 +00:00
fix #157128
This commit is contained in:
parent
4a0555d948
commit
8cfae763ea
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue