From aa8a3ce842696c6ced7a33de8c400b9c5f20b8e4 Mon Sep 17 00:00:00 2001 From: traxys Date: Sun, 23 Apr 2023 21:00:25 +0200 Subject: [PATCH] Always show exit code --- minimal/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal/p10k.zsh b/minimal/p10k.zsh index 53bd076..697ec5d 100644 --- a/minimal/p10k.zsh +++ b/minimal/p10k.zsh @@ -520,7 +520,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='✘'