From c2a954f6fb5a583a5365ac5f5c6eef0cf5e9aefe Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Tue, 3 Jan 2023 19:13:36 +0100 Subject: [PATCH] [p10k] Show status code when exit on error --- .p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.p10k.zsh b/.p10k.zsh index 9fb231e..b7b5013 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -509,7 +509,7 @@ # 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=false + typeset -g POWERLEVEL9K_STATUS_ERROR=true typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=160 typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘'