diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-11-12 10:05:39 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-11-12 10:05:39 +0300 |
commit | 1387763f2719661dc7e43e86a5bfd24cc357d6a0 (patch) | |
tree | eed28dc595592da0ebe6f8aad9b225158e4ecd4d /config/p10k-pure.zsh | |
parent | d93f3960baaa8676fc9e475d21438116f82cfe1f (diff) |
comments
Diffstat (limited to 'config/p10k-pure.zsh')
-rw-r--r-- | config/p10k-pure.zsh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh index 6c717a45..ab210957 100644 --- a/config/p10k-pure.zsh +++ b/config/p10k-pure.zsh @@ -61,11 +61,9 @@ 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 is the same as in command mode. This is unlikely - # to be desired by anyone but that's how Pure does it. + # Prompt symbol in visual vi mode is the same as in command mode. typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='❮' - # Prompt symbol in overwrite vi mode is the same as in command mode. This is unlikely - # to be desired by anyone but that's how Pure does it. + # Prompt symbol in overwrite vi mode is the same as in command mode. typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=false # Grey Python Virtual Environment. |