From dfe962246e9df552c25cb33448c706c5a9a83855 Mon Sep 17 00:00:00 2001 From: Christopher Sexton Date: Mon, 14 Sep 2009 13:06:47 -0400 Subject: [PATCH] Adding a little documentation for the git themes --- git.zsh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/git.zsh b/git.zsh index 591b778..faf543f 100644 --- a/git.zsh +++ b/git.zsh @@ -1,4 +1,9 @@ -# +# Varables for themeing the git info prompt: +# ZSH_THEME_GIT_PROMPT_PREFIX - Prefix at the very beginning of the prompt, before the branch name +# ZSH_THEME_GIT_PROMPT_SUFFIX - At the very end of the prompt +# ZSH_THEME_GIT_PROMPT_DIRTY - Text to display if the branch is dirty +# ZSH_THEME_GIT_PROMPT_CLEAN - Text to display if the branch is clean + ZSH_THEME_GIT_PROMPT_PREFIX="git:(" ZSH_THEME_GIT_PROMPT_SUFFIX=")" ZSH_THEME_GIT_PROMPT_DIRTY="*"