summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-22 08:25:53 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-22 08:25:53 -0400
commitd5ae4da269bf2f9e41b827c44a6aa4d6a802a36b (patch)
tree05316558c08d6eec0d576c4a48c52b258d5df6ba /zsh
parented23a3e905ed49b0d77245656610c4906c08d816 (diff)
Change prompt settings
Diffstat (limited to '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='✘'