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}}"
|
||||
diverged = "⇕⇡${{ahead_count}}⇣${{behind_count}}"
|
||||
untracked = "?${{count}}"
|
||||
stashed = "$${{count}}"
|
||||
stashed = "📦${{count}}"
|
||||
modified = "!${{count}}"
|
||||
staged = "+${{count}}"
|
||||
renamed = "»${{count}}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user