aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-classic.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-05-23 15:20:37 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-05-23 15:20:37 +0300
commitbe83ec430cddc1b92a774f264bd287102f88e026 (patch)
treeccc0d8f0025194c1fc9a85bfa6151dbe12f3e851 /config/p10k-classic.zsh
parent6b69030bfb6fff74733f58aa493e7b2b41c8ae6b (diff)
replace Ⅴ (roman numeral 5) with V (ascii); see #754
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r--config/p10k-classic.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index 4682db14..b409fd19 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -190,7 +190,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