git prompt: actually show staged token

This commit is contained in:
Brian Gernhardt 2013-06-03 13:00:14 -04:00
parent 4b0c3ffc2f
commit 18e34902a5

View File

@ -295,6 +295,7 @@ function __fish_git_prompt_staged --description "__fish_git_prompt helper, tells
else
set staged $___fish_git_prompt_char_invalidstate
end
echo $staged
end
function __fish_git_prompt_dirty --description "__fish_git_prompt helper, tells whether or not the current branch has tracked, modified files"