From 00b733bb9b6bf54b2466d1cdcac8ead24ba3a178 Mon Sep 17 00:00:00 2001 From: "tanguy@aristotle" Date: Fri, 24 Jul 2020 21:02:46 +0200 Subject: [PATCH] Change p10k instant prompt to quiet from verbose --- .p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.p10k.zsh b/.p10k.zsh index 54f3e3b..e850433 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -1549,7 +1549,7 @@ # - verbose: Enable instant prompt and print a warning when detecting console output during # zsh initialization. Choose this if you've never tried instant prompt, haven't # seen the warning, or if you are unsure what this all means. - typeset -g POWERLEVEL9K_INSTANT_PROMPT=verbose + typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet # Hot reload allows you to change POWERLEVEL9K options after Powerlevel10k has been initialized. # For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload