mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-17 10:00:33 +01:00
Always show exit code
This commit is contained in:
parent
d9f49cdb7b
commit
aa8a3ce842
1 changed files with 1 additions and 1 deletions
|
|
@ -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='✘'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue