diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-05-23 15:20:37 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-05-23 15:20:37 +0300 |
commit | be83ec430cddc1b92a774f264bd287102f88e026 (patch) | |
tree | ccc0d8f0025194c1fc9a85bfa6151dbe12f3e851 /config/p10k-lean-8colors.zsh | |
parent | 6b69030bfb6fff74733f58aa493e7b2b41c8ae6b (diff) |
replace Ⅴ (roman numeral 5) with V (ascii); see #754
Diffstat (limited to 'config/p10k-lean-8colors.zsh')
-rw-r--r-- | config/p10k-lean-8colors.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 240009a3..184a8726 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -186,7 +186,7 @@ # Prompt symbol in command vi mode. 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='Ⅴ' + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='V' # Prompt symbol in overwrite vi mode. typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION='▶' typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true |