From d5ae4da269bf2f9e41b827c44a6aa4d6a802a36b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 22 Oct 2020 08:25:53 -0400 Subject: Change prompt settings --- zsh/.zsh/p10k.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.zsh/p10k.zsh b/zsh/.zsh/p10k.zsh index e47cb89..4d95331 100644 --- a/zsh/.zsh/p10k.zsh +++ b/zsh/.zsh/p10k.zsh @@ -492,7 +492,8 @@ # 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 + # But show it anyway. + typeset -g POWERLEVEL9K_STATUS_ERROR=true typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=160 typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘' -- cgit v1.2.3