[bugfix] Fixed messed-up git prompt
parent
49d6b8a205
commit
b750f0582f
|
|
@ -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
|
||||
}'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue