fix: resolve Starship git_status.stashed format string warning in theme_sync.py
This commit is contained in:
parent
059395c3d3
commit
2609dcd854
@ -1383,7 +1383,7 @@ ahead = "⇡${{count}}"
|
|||||||
behind = "⇣${{count}}"
|
behind = "⇣${{count}}"
|
||||||
diverged = "⇕⇡${{ahead_count}}⇣${{behind_count}}"
|
diverged = "⇕⇡${{ahead_count}}⇣${{behind_count}}"
|
||||||
untracked = "?${{count}}"
|
untracked = "?${{count}}"
|
||||||
stashed = "$${{count}}"
|
stashed = "📦${{count}}"
|
||||||
modified = "!${{count}}"
|
modified = "!${{count}}"
|
||||||
staged = "+${{count}}"
|
staged = "+${{count}}"
|
||||||
renamed = "»${{count}}"
|
renamed = "»${{count}}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user