@@ -656,7 +656,7 @@ whiskers:
656656 {%- else -%}
657657 typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=$P10K_COLOR_GREEN
658658 {%- endif %}
659- typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔'
659+ typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='' # U+EAB2
660660
661661 # Status when some part of a pipe command fails but the overall exit status is zero. It may look
662662 # like this: 1|0.
@@ -667,7 +667,7 @@ whiskers:
667667 {%- else -%}
668668 typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=$P10K_COLOR_GREEN
669669 {%- endif %}
670- typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✔'
670+ typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='' # U+EAB2
671671
672672 # Status when it's just an error code (e.g., '1'). No need to show it if prompt_char is enabled as
673673 # it will signify error by turning red.
@@ -682,7 +682,7 @@ whiskers:
682682 {%- else -%}
683683 typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=$P10K_COLOR_MAROON
684684 {%- endif %}
685- typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘ '
685+ typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='⨯ '
686686
687687 # Status when the last command was terminated by a signal.
688688 typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL=true
@@ -694,7 +694,7 @@ whiskers:
694694 {%- endif %}
695695 # Use terse signal names: "INT" instead of "SIGINT(2)".
696696 typeset -g POWERLEVEL9K_STATUS_VERBOSE_SIGNAME=false
697- typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION='✘ '
697+ typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION='⨯ '
698698
699699 # Status when some part of a pipe command fails and the overall exit status is also non-zero.
700700 # It may look like this: 1|0.
@@ -705,7 +705,7 @@ whiskers:
705705 {%- else -%}
706706 typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_FOREGROUND=$P10K_COLOR_MAROON
707707 {%- endif %}
708- typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='✘ '
708+ typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='⨯ '
709709
710710 ###################[ command_execution_time: duration of the last command ]###################
711711 # Show duration of the last command if takes at least this many seconds.
@@ -2342,7 +2342,7 @@ whiskers:
23422342 # - always: Trim down prompt when accepting a command line.
23432343 # - same-dir: Trim down prompt when accepting a command line unless this is the first command
23442344 # typed after changing current working directory.
2345- typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=always
2345+ typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=off
23462346
23472347 # Instant prompt mode.
23482348 #
0 commit comments