mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
set P9K_STARTUP_CONSOLE_OUTPUT to assist in debugging startup console output problems
This commit is contained in:
parent
064f4d2209
commit
1dcd882593
1 changed files with 1 additions and 0 deletions
|
@ -6610,6 +6610,7 @@ function _p9k_clear_instant_prompt() {
|
|||
unexpected=${(S)unexpected//$'\e'[^$'\a\e']#($'\a'|$'\e\\')}
|
||||
# Visual Studio Code prints this garbage.
|
||||
unexpected=${${unexpected//$'\033[1;32mShell integration activated\033[0m\n'}//$'\r'}
|
||||
typeset -g P9K_STARTUP_CONSOLE_OUTPUT=("$content" "$unexpected")
|
||||
if [[ -n $unexpected ]]; then
|
||||
local omz1='[Oh My Zsh] Would you like to update? [Y/n]: '
|
||||
local omz2='Updating Oh My Zsh'
|
||||
|
|
Loading…
Reference in a new issue