From ffc00b25542d2e1893696e8adf47e29df289404f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Suarez=20Ordo=C3=B1ez?= Date: Thu, 8 Nov 2012 15:04:19 -0800 Subject: [PATCH] add vi_mode info to right promopt --- themes/santiycr.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/santiycr.zsh-theme b/themes/santiycr.zsh-theme index e2e15f837..ac1887c7c 100644 --- a/themes/santiycr.zsh-theme +++ b/themes/santiycr.zsh-theme @@ -3,7 +3,7 @@ PROMPT='%{$fg_no_bold[cyan]%}%n %{$fg_no_bold[yellow]%}%3~%{$reset_color%} %{$fg if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ] || [ -n "$SSH_CONNECTION" ]; then PROMPT="%{$fg[yellow]%}%m%{$reset_color%} $PROMPT" fi -RPROMPT='$(git_prompt_info) %{$reset_color%}[%*]' +RPROMPT='$(vi_mode_prompt_info) $(git_prompt_info) %{$reset_color%}[%*]' # git theming ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}"