From 4765bcbe12bc61b0b96ed9eb5eda73d55691f6dd Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 9 Aug 2025 11:26:18 +0200 Subject: [PATCH] make p10k quiet --- dot_p10k.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_p10k.zsh b/dot_p10k.zsh index 21a3153..e9bbb9b 100644 --- a/dot_p10k.zsh +++ b/dot_p10k.zsh @@ -739,7 +739,7 @@ typeset -g POWERLEVEL9K_RANGER_FOREGROUND=178 # Custom icon. typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='▲' - + ####################[ yazi: yazi shell (https://github.com/sxyazi/yazi) ]##################### # Yazi shell color. typeset -g POWERLEVEL9K_YAZI_FOREGROUND=178 @@ -1728,7 +1728,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=quit # 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