1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 20:41:44 +00:00

Rename completion indicator

This commit is contained in:
Sorin Ionescu
2012-03-28 20:03:40 -04:00
parent 6727edd536
commit f1bcae7fae
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ function prompt_sorin_setup {
autoload -Uz add-zsh-hook
add-zsh-hook precmd prompt_sorin_precmd
zstyle ':omz:completion' indicator '%B%F{red}...%f%b'
zstyle ':omz:editor' completing '%B%F{red}...%f%b'
zstyle ':omz:prompt:vi' insert ''
zstyle ':omz:prompt:vi' command ' %F{yellow}%f%B%F{red}%f%b%F{red}%f'
zstyle ':omz:plugin:git:prompt' action ':%%B%F{yellow}%s%f%%b'