From e3c749adfae2a110613d68280f2989c57e480b1d Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 23 Apr 2023 12:32:45 +0200 Subject: [PATCH] quiet instant load --- profiles/base/.p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/.p10k.zsh b/profiles/base/.p10k.zsh index f8f42e8..fa62793 100644 --- a/profiles/base/.p10k.zsh +++ b/profiles/base/.p10k.zsh @@ -1652,7 +1652,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