From 98c46799bdecbde72773b75dd7eeb4bfd846c871 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 25 Jan 2022 13:27:48 +0900 Subject: home/base: no more lambda --- home/profiles/base/p10k-config/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/base/p10k-config') 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. -- cgit 1.4.1