Adding list to zstyles
This commit is contained in:
parent
e32dbee8c5
commit
592c5ec233
1 changed files with 14 additions and 14 deletions
|
@ -185,20 +185,20 @@ Theming
|
||||||
To display git repository information on the prompt, define the
|
To display git repository information on the prompt, define the
|
||||||
following style in the `prompt_theme_setup` function.
|
following style in the `prompt_theme_setup` function.
|
||||||
|
|
||||||
zstyle ':prezto:module:git' action ':%%B%F{yellow}%s%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' added ' %%B%F{green}✚%f%%b'
|
||||||
zstyle ':prezto:module:git' ahead ' %%B%F{yellow}⬆%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' behind ' %%B%F{yellow}⬇%f%%b'
|
||||||
zstyle ':prezto:module:git' branch ':%F{red}%b%f'
|
- zstyle ':prezto:module:git' branch ':%F{red}%b%f'
|
||||||
zstyle ':prezto:module:git' commit ':%F{green}%.7c%f'
|
- zstyle ':prezto:module:git' commit ':%F{green}%.7c%f'
|
||||||
zstyle ':prezto:module:git' deleted ' %%B%F{red}✖%f%%b'
|
- zstyle ':prezto:module:git' deleted ' %%B%F{red}✖%f%%b'
|
||||||
zstyle ':prezto:module:git' modified ' %%B%F{blue}✱%f%%b'
|
- zstyle ':prezto:module:git' modified ' %%B%F{blue}✱%f%%b'
|
||||||
zstyle ':prezto:module:git' position ':%F{green}%p%f'
|
- zstyle ':prezto:module:git' position ':%F{green}%p%f'
|
||||||
zstyle ':prezto:module:git' renamed ' %%B%F{magenta}➜%f%%b'
|
- zstyle ':prezto:module:git' renamed ' %%B%F{magenta}➜%f%%b'
|
||||||
zstyle ':prezto:module:git' stashed ' %%B%F{cyan}✭%f%%b'
|
- zstyle ':prezto:module:git' stashed ' %%B%F{cyan}✭%f%%b'
|
||||||
zstyle ':prezto:module:git' unmerged ' %%B%F{yellow}═%f%%b'
|
- zstyle ':prezto:module:git' unmerged ' %%B%F{yellow}═%f%%b'
|
||||||
zstyle ':prezto:module:git' untracked ' %%B%F{white}◼%f%%b'
|
- zstyle ':prezto:module:git' untracked ' %%B%F{white}◼%f%%b'
|
||||||
zstyle ':prezto:module:git' info \
|
- zstyle ':prezto:module:git' info \
|
||||||
'prompt' ' %F{blue}git%f$(coalesce "%b" "%p" "%c")%s' \
|
'prompt' ' %F{blue}git%f$(coalesce "%b" "%p" "%c")%s' \
|
||||||
'rprompt' '%A%B%S%a%d%m%r%U%u'
|
'rprompt' '%A%B%S%a%d%m%r%U%u'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue