mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Fix: error messages while getting status of new (no commits) repository
This commit is contained in:
parent
3477ff2527
commit
0d6a2f7752
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ for st in status:
|
|||
staged.append(st)
|
||||
|
||||
out = ' '.join([
|
||||
branch,
|
||||
branch.replace(' ', '_'),
|
||||
str(ahead),
|
||||
str(behind),
|
||||
str(len(staged)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue