From 7c6ef3acf9f679d5c6fdfa0e412cebe18b5afdc6 Mon Sep 17 00:00:00 2001 From: self Date: Thu, 15 Jun 2023 21:06:11 +0100 Subject: zsh: updated ORGD_INST_PATH, and changed p10k prompt --- zsh/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/p10k.zsh') diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index a56f50c..2448a2f 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -189,7 +189,7 @@ # Default prompt symbol. 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='<' + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION=':' # Prompt symbol in visual vi mode. typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='V' # Prompt symbol in overwrite vi mode. -- cgit v1.2.1