[bugfix] Fixed messed-up git prompt

pull/670/head
Christophe Aguettaz 2016-02-17 20:56:47 +01:00
parent 49d6b8a205
commit b750f0582f
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ function git_status_summary {
if (!seen_header) {
print
}
print untracked "\t" unstaged "\t" staged
print untracked + 0 "\t" unstaged + 0 "\t" staged + 0
}'
}