Skip to content

Commit

Permalink
[Fix sorin-ionescu#127] Indicate overwrite mode in sorin theme
Browse files Browse the repository at this point in the history
  • Loading branch information
RIT80 committed Apr 11, 2012
1 parent f4834a3 commit 6d5e90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/prompt/functions/prompt_sorin_setup
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function prompt_sorin_setup {
add-zsh-hook precmd prompt_sorin_precmd

zstyle ':omz:module:editor' completing '%B%F{red}...%f%b'
zstyle ':omz:module:editor:keymap' primary ''
zstyle ':omz:module:editor:keymap:primary' overwrite ' %F{red}♺%f'
zstyle ':omz:module:editor:keymap' alternate ' %F{yellow}❮%f%B%F{red}❮%f%b%F{red}❮%f'
zstyle ':omz:module:git' action ':%%B%F{yellow}%s%f%%b'
zstyle ':omz:module:git' added ' %%B%F{green}✚%f%%b'
Expand All @@ -46,7 +46,7 @@ function prompt_sorin_setup {
'rprompt' '%A%B%S%a%d%m%r%U%u'

PROMPT='%F{cyan}%1~%f${git_info:+${(e)git_info[prompt]}} %(!.%B%F{red}#%f%b.%B%F{green}❯%f%b) '
RPROMPT='${editor_info[keymap]}%(?:: %F{red}⏎%f)${VIM:+" %B%F{green}V%f%b"}${git_info[rprompt]}'
RPROMPT='${editor_info[keymap]}${editor_info[overwrite]}%(?:: %F{red}⏎%f)${VIM:+" %B%F{green}V%f%b"}${git_info[rprompt]}'
SPROMPT='zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? '
}

Expand Down

0 comments on commit 6d5e90c

Please sign in to comment.