From 592c5ec2331b758a753f1db46e0860fc6d00fc3d Mon Sep 17 00:00:00 2001 From: Ygor Bruxel Date: Fri, 7 Sep 2012 12:42:57 -0300 Subject: [PATCH] Adding list to zstyles --- modules/git/README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/modules/git/README.md b/modules/git/README.md index b77b7ae1..1eb02b67 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -185,20 +185,20 @@ Theming To display git repository information on the prompt, define the following style in the `prompt_theme_setup` function. - 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' 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' - zstyle ':prezto:module:git' position ':%F{green}%p%f' - zstyle ':prezto:module:git' renamed ' %%B%F{magenta}➜%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' untracked ' %%B%F{white}◼%f%%b' - zstyle ':prezto:module:git' info \ + - 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' 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' + - zstyle ':prezto:module:git' position ':%F{green}%p%f' + - zstyle ':prezto:module:git' renamed ' %%B%F{magenta}➜%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' untracked ' %%B%F{white}◼%f%%b' + - zstyle ':prezto:module:git' info \ 'prompt' ' %F{blue}git%f$(coalesce "%b" "%p" "%c")%s' \ 'rprompt' '%A%B%S%a%d%m%r%U%u'