commit 3ef7334a59ff0ea0dc63079615dff78969e6d2fa
parent 989a298feeff5b5d5a295b255ba9e42db6ca5cd8
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 11 Feb 2022 15:34:18 +0100
users/vincent: remove snowman from zsh prompt
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/users/vincent/core/zsh/prompt.zsh b/users/vincent/core/zsh/prompt.zsh
@@ -200,7 +200,7 @@
# Red prompt symbol if the last command failed.
typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=196
# 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.