fix: resolve Starship git_status.stashed format string warning in theme_sync.py

This commit is contained in:
Sho 2026-08-02 14:56:12 +09:00
parent 059395c3d3
commit 2609dcd854

View File

@ -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}}"