diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-04-04 16:14:55 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-04-04 16:14:55 +0300 |
commit | 657e184e0d01da186f305e51be781ec36191d6bb (patch) | |
tree | 9356d0c48e854ff883e2ccdf2fd6caafc3020652 /internal | |
parent | 65599411ec83505a091f68489617316dec355510 (diff) |
disable vscode integration; it doesn't work anyway but it makes shell slower
Context: https://github.com/microsoft/vscode/pull/145610#issuecomment-1076519194
Diffstat (limited to 'internal')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index f60f66f3..22b4f49a 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -9242,6 +9242,8 @@ if [[ $__p9k_dump_file != $__p9k_instant_prompt_dump_file && -n $__p9k_instant_p zf_rm -f -- $__p9k_instant_prompt_dump_file{,.zwc} 2>/dev/null fi +unset VSCODE_SHELL_INTEGRATION + _p9k_init_ssh _p9k_init_toolbox prompt_powerlevel9k_setup |