Commit 3ef7334a59ff

Vincent Demeester <vincent@sbr.pm>
2022-02-11 15:34:18
users/vincent: remove snowman from zsh prompt
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 989a298
Changed files (1)
users
vincent
core
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.