diff options
Diffstat (limited to 'zsh/p10k.zsh')
-rw-r--r-- | zsh/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index a56f50c..2448a2f 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -189,7 +189,7 @@ # Default prompt symbol. typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='>' # Prompt symbol in command vi mode. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='<' + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION=':' # Prompt symbol in visual vi mode. typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='V' # Prompt symbol in overwrite vi mode. |