Change Git branch and prompt color

This commit is contained in:
Sorin Ionescu 2012-09-09 19:11:17 -04:00
parent fea343c03a
commit 80909fd04a

View file

@ -33,13 +33,13 @@ function prompt_sorin_setup {
zstyle ':prezto:module:editor' completing '%B%F{red}...%f%b'
zstyle ':prezto:module:editor:keymap:primary' overwrite ' %F{red}♺%f'
zstyle ':prezto:module:editor:keymap' primary ' %F{red}%f%B%F{red}%f%b%F{yellow}%f'
zstyle ':prezto:module:editor:keymap' alternate ' %F{yellow}%f%B%F{red}%f%b%F{red}%f'
zstyle ':prezto:module:editor:keymap' primary ' %B%F{red}%F{yellow}%F{green}%f%b'
zstyle ':prezto:module:editor:keymap' alternate ' %B%F{green}%F{yellow}%F{red}%f%b'
zstyle ':prezto:module:git' action ':%%B%F{yellow}%s%f%%b'
zstyle ':prezto:module:git' added ' %%B%F{green}✚%f%%b'
zstyle ':prezto:module:git' ahead ' %%B%F{yellow}⬆%f%%b'
zstyle ':prezto:module:git' behind ' %%B%F{yellow}⬇%f%%b'
zstyle ':prezto:module:git' branch ':%F{red}%b%f'
zstyle ':prezto:module:git' branch ':%F{green}%b%f'
zstyle ':prezto:module:git' commit ':%F{green}%.7c%f'
zstyle ':prezto:module:git' deleted ' %%B%F{red}✖%f%%b'
zstyle ':prezto:module:git' modified ' %%B%F{blue}✱%f%%b'