commit 9db156fada17c953ca150acb80ad05d268aa3a04
parent 88f6eef6f72fc05393d5a61553110a651d47b76e
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sun, 31 Jan 2021 11:18:07 +0100
shell: don't show OK status in dark mode
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell/p10k-dark.zsh b/shell/p10k-dark.zsh
@@ -461,7 +461,7 @@
# Status on success. No content, just an icon. No need to show it if prompt_char is enabled as
# it will signify success by turning green.
- typeset -g POWERLEVEL9K_STATUS_OK=true
+ typeset -g POWERLEVEL9K_STATUS_OK=false
typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=70
typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔'