aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2012-06-21 11:14:01 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2012-06-21 11:14:01 -0700
commit3f7fe94009f5336fab4d5442da120ba8bf7debe9 (patch)
tree9f0d00f14ebb95e391fc96d6b4e8717751208c21 /share
parentae593decfc5aa93fbc5531f206b3a84780711bf1 (diff)
Tweak documentation for __fish_git_prompt
Add mention of the __fish_git_prompt_color variable.
Diffstat (limited to 'share')
-rw-r--r--share/functions/__fish_git_prompt.fish5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/functions/__fish_git_prompt.fish b/share/functions/__fish_git_prompt.fish
index ffb1ef3e..2c84cad9 100644
--- a/share/functions/__fish_git_prompt.fish
+++ b/share/functions/__fish_git_prompt.fish
@@ -65,8 +65,9 @@
# The color for the branch name and each individual optional component can be
# specified using __fish_git_prompt_color_<name>, where <name> is 'prefix',
# 'suffix', 'bare', 'merging', 'branch', 'dirtystate', 'stagedstate',
-# 'invalidstate', 'stashstate', 'untrackedfiles', and 'upstream'. Colors are
-# specified as arguments to `set_color`.
+# 'invalidstate', 'stashstate', 'untrackedfiles', and 'upstream'. The variable
+# __fish_git_prompt_color is used for any component that does not have an
+# individual color set. Colors are specified as arguments to `set_color`.
#
# The characters used for the optional features can be configured using
# __fish_git_prompt_char_<token>, where <token> is one of 'dirtystate',