Skip to content

Conversation

@maxrantil
Copy link
Owner

Summary

  • Fix starship format string parse error: Error parsing format string git_status.untracked
  • Change ${count} to $count in all git_status format strings
  • Starship expects $variable syntax without braces for simple variable interpolation

Test plan

  • Verify no starship warnings on new VM shell startup
  • Verify git status indicators display correctly with counts

@maxrantil maxrantil merged commit d9f17de into master Nov 24, 2025
12 of 13 checks passed
@maxrantil maxrantil deleted the fix/starship-format-string-syntax branch November 24, 2025 07:52
Change ${count} to $count in git_status format strings.
Starship expects $variable syntax without braces for simple
variable interpolation. The braced syntax was causing parse
errors: 'Error parsing format string git_status.untracked'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants