diff options
author | sefidel <contact@sefidel.net> | 2022-01-25 13:27:48 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-25 13:27:48 +0900 |
commit | 98c46799bdecbde72773b75dd7eeb4bfd846c871 (patch) | |
tree | 65f26afa6202b7b909bce8546832ab560816eb6c /home/profiles/base/p10k-config/p10k.zsh | |
parent | 3031fbd6a92ff1e4d16c67d8390055aff7da31f8 (diff) | |
download | nixrc-98c46799bdecbde72773b75dd7eeb4bfd846c871.tar.gz nixrc-98c46799bdecbde72773b75dd7eeb4bfd846c871.zip |
home/base: no more lambda
Diffstat (limited to 'home/profiles/base/p10k-config/p10k.zsh')
-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. |