|
|
|
@ -445,7 +445,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=true
|
|
|
|
|
typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='↵'
|
|
|
|
|
typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘'
|
|
|
|
|
# typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=3
|
|
|
|
|
# typeset -g POWERLEVEL9K_STATUS_ERROR_BACKGROUND=1
|
|
|
|
|
|
|
|
|
@ -453,14 +453,14 @@
|
|
|
|
|
typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL=true
|
|
|
|
|
# Use terse signal names: "INT" instead of "SIGINT(2)".
|
|
|
|
|
typeset -g POWERLEVEL9K_STATUS_VERBOSE_SIGNAME=false
|
|
|
|
|
typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION='↵'
|
|
|
|
|
typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION='✘'
|
|
|
|
|
# typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_FOREGROUND=3
|
|
|
|
|
# typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_BACKGROUND=1
|
|
|
|
|
|
|
|
|
|
# Status when some part of a pipe command fails and the overall exit status is also non-zero.
|
|
|
|
|
# It may look like this: 1|0.
|
|
|
|
|
typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE=true
|
|
|
|
|
typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='↵'
|
|
|
|
|
typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='✘'
|
|
|
|
|
# typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_FOREGROUND=3
|
|
|
|
|
# typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_BACKGROUND=1
|
|
|
|
|
|
|
|
|
|