From 478ad28810f09cffaf8c26a317f070d1a7e1306d Mon Sep 17 00:00:00 2001 From: romkatv Date: Mon, 29 Jul 2019 10:52:02 +0200 Subject: [PATCH] comments --- config/p10k-classic.zsh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 91cfa6a0..e349d4ea 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -333,7 +333,8 @@ fi # style them independently from the regular OK and ERROR state. typeset -g POWERLEVEL9K_STATUS_EXTENDED_STATES=true - # Status on success. No content, just an icon. + # 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_FOREGROUND=70 typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔' @@ -344,7 +345,8 @@ fi typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=70 typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✔' - # Status when it's just an error code (e.g., '1'). + # Status when it's just an error code (e.g., '1'). No need to show it if prompt_char is enabled as + # it will signify error by turning red. typeset -g POWERLEVEL9K_STATUS_ERROR=true typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=160 typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='↵'