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

The theme should manage the completion indicator.

This commit is contained in:
Sorin Ionescu
2011-12-26 13:37:54 -05:00
parent f0499b76c3
commit 1fc1b459ee
3 changed files with 11 additions and 16 deletions

View File

@ -22,7 +22,7 @@ function prompt_sorin_setup() {
autoload -Uz add-zsh-hook
add-zsh-hook precmd prompt_sorin_precmd
zstyle ':omz:completion:indicator' format '%B%F{red}...%f%b'
zstyle ':omz:completion' indicator '%B%F{red}...%f%b'
zstyle ':omz:prompt' vicmd '%F{yellow}%f%B%F{red}%f%b%F{red}%f'
zstyle ':omz:plugin:git:prompt' action ':%%B%F{yellow}%s%f%%b'
zstyle ':omz:plugin:git:prompt' added ' %%B%F{green}✚%f%%b'