diff options
author | Christopher Sexton <csexton@gmail.com> | 2009-09-14 13:06:47 -0400 |
---|---|---|
committer | Christopher Sexton <csexton@gmail.com> | 2009-09-14 13:06:47 -0400 |
commit | ff8e99beef3c61b66b3d3537634fcc6e07644ef7 (patch) | |
tree | 79952ea8355dae07d17984663877bbaa3384b24c | |
parent | 85a4e3028990b6583253308ada3d456c291487d7 (diff) | |
download | zsh-ff8e99beef3c61b66b3d3537634fcc6e07644ef7.tar.gz zsh-ff8e99beef3c61b66b3d3537634fcc6e07644ef7.tar.bz2 zsh-ff8e99beef3c61b66b3d3537634fcc6e07644ef7.zip |
Adding a little documentation for the git themes
-rw-r--r-- | git.zsh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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="*" |