diff options
Diffstat (limited to 'home/profiles/base')
-rw-r--r-- | home/profiles/base/p10k-config/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/p10k-config/p10k.zsh b/home/profiles/base/p10k-config/p10k.zsh index c31a402..d936742 100644 --- a/home/profiles/base/p10k-config/p10k.zsh +++ b/home/profiles/base/p10k-config/p10k.zsh @@ -191,7 +191,7 @@ # Red prompt symbol if the last command failed. typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=1 # Default prompt symbol. - typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='λ' + 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='<' # Prompt symbol in visual vi mode. |