From 18e34902a51f46dd44e58c4bf941932015b5c73b Mon Sep 17 00:00:00 2001 From: Brian Gernhardt Date: Mon, 3 Jun 2013 13:00:14 -0400 Subject: [PATCH] git prompt: actually show staged token --- share/functions/__fish_git_prompt.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/functions/__fish_git_prompt.fish b/share/functions/__fish_git_prompt.fish index 6dba6a973..a6a7c87ba 100644 --- a/share/functions/__fish_git_prompt.fish +++ b/share/functions/__fish_git_prompt.fish @@ -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"