summaryrefslogtreecommitdiff
path: root/zsh/.zsh/p10k.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh/p10k.zsh')
-rw-r--r--zsh/.zsh/p10k.zsh3
1 files changed, 2 insertions, 1 deletions
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='✘'