File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ typeset -g POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR='\uE0B0'
1414typeset -g POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR=' \uE0B2'
1515typeset -g POWERLEVEL9K_LEFT_SUBSEGMENT_SEPARATOR=' \uE0B1'
1616typeset -g POWERLEVEL9K_RIGHT_SUBSEGMENT_SEPARATOR=' \uE0B3'
17- # Right frame decoration
18- typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_SUFFIX=' %240F─╮'
19- typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_SUFFIX=' %240F─┤'
20- typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_SUFFIX=' %240F─╯'
17+ # Right frame decoration (disabled for cleaner look)
18+ # typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_SUFFIX='%240F─╮'
19+ # typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_SUFFIX='%240F─┤'
20+ # typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_SUFFIX='%240F─╯'
2121
2222# Prompt char: green on success, red on error
2323typeset -g POWERLEVEL9K_PROMPT_CHAR_BACKGROUND=
24+ typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_LEFT_WHITESPACE=' '
2425typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=76
2526typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=196
2627typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION=' ❯'
You can’t perform that action at this time.
0 commit comments