From 7ae6b2189d01aba32ac726241c48005bc95a82ed Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Wed, 19 Aug 2020 21:55:51 +0200 Subject: [PATCH] Make p10ks instant prompt quiet --- .config/zsh/plugins/p10k.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/plugins/p10k.zsh-theme b/.config/zsh/plugins/p10k.zsh-theme index 2f10e8a..35c2319 100644 --- a/.config/zsh/plugins/p10k.zsh-theme +++ b/.config/zsh/plugins/p10k.zsh-theme @@ -1518,7 +1518,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