From 3f7fe94009f5336fab4d5442da120ba8bf7debe9 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Thu, 21 Jun 2012 11:14:01 -0700 Subject: [PATCH] Tweak documentation for __fish_git_prompt Add mention of the __fish_git_prompt_color variable. --- share/functions/__fish_git_prompt.fish | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/functions/__fish_git_prompt.fish b/share/functions/__fish_git_prompt.fish index ffb1ef3ea..2c84cad91 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_, where 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_, where is one of 'dirtystate',