about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-25 13:27:48 +0900
committersefidel <contact@sefidel.net>2022-01-25 13:27:48 +0900
commit98c46799bdecbde72773b75dd7eeb4bfd846c871 (patch)
tree65f26afa6202b7b909bce8546832ab560816eb6c
parent3031fbd6a92ff1e4d16c67d8390055aff7da31f8 (diff)
downloadnixrc-98c46799bdecbde72773b75dd7eeb4bfd846c871.tar.gz
nixrc-98c46799bdecbde72773b75dd7eeb4bfd846c871.zip
home/base: no more lambda
-rw-r--r--home/profiles/base/p10k-config/p10k.zsh2
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.