Skip to content

Conversation

@maxrantil
Copy link
Owner

Summary

  • Simplified prompt format with clean username@hostname in directory display
  • Added command_timeout = 30000 for better performance
  • Updated git_status with cleaner format string
  • Enabled fish_style_pwd_dir_length for directory display
  • Updated language symbols (🐍 for Python, 🌿 for git)
  • Disabled rust, nodejs, and kubernetes modules
  • Changed error symbol from ➜ to ✗ for better clarity

Changes

This PR includes two commits:

  1. Previous commit fixing git_status variable interpolation syntax
  2. Complete starship.toml cleanup with the correct configuration

Test Plan

  • Verify starship prompt displays correctly
  • Check git status formatting
  • Confirm username@hostname always displayed
  • Test prompt performance with command_timeout

Use ${count} instead of $count for proper variable interpolation
in Starship format strings.
- Simplified prompt format with clean username@hostname display
- Added command_timeout = 30000 for better performance
- Updated git_status with cleaner format string
- Enabled fish_style_pwd_dir_length for directory display
- Updated language symbols (🐍 for Python, 🌿 for git)
- Disabled rust, nodejs, and kubernetes modules
- Changed error symbol from ➜ to ✗ for better clarity
@maxrantil maxrantil merged commit 2601cb8 into master Dec 25, 2025
12 of 13 checks passed
@maxrantil maxrantil deleted the fix/starship-config-cleanup branch December 25, 2025 15:41
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