Browse code

Adding a little documentation for the git themes

Christopher Sexton authored on 14/09/2009 at 17:06:47
Showing 1 changed files
... ...
@@ -1,4 +1,9 @@
1
-#
1
+# Varables for themeing the git info prompt:
2
+# ZSH_THEME_GIT_PROMPT_PREFIX - Prefix at the very beginning of the prompt, before the branch name
3
+# ZSH_THEME_GIT_PROMPT_SUFFIX - At the very end of the prompt
4
+# ZSH_THEME_GIT_PROMPT_DIRTY  - Text to display if the branch is dirty
5
+# ZSH_THEME_GIT_PROMPT_CLEAN  - Text to display if the branch is clean
6
+
2 7
 ZSH_THEME_GIT_PROMPT_PREFIX="git:("
3 8
 ZSH_THEME_GIT_PROMPT_SUFFIX=")"
4 9
 ZSH_THEME_GIT_PROMPT_DIRTY="*"