From 433a218e91acbc0ebd54183e4252a3e2f2db7080 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 7 Mar 2023 18:14:07 +0100 Subject: [PATCH] =?UTF-8?q?=CE=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/.p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/.p10k.zsh b/configs/.p10k.zsh index 0a4a3c4..c8c37b3 100644 --- a/configs/.p10k.zsh +++ b/configs/.p10k.zsh @@ -80,7 +80,7 @@ # Red prompt symbol if the last command failed. typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS}_FOREGROUND=$red # 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 is the same as in command mode.