Created
December 31, 2025 07:31
-
-
Save chrismytton/40d09dcb130858f5f4e3064bcf07f440 to your computer and use it in GitHub Desktop.
Starship disable all language modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.config/starship.toml | |
| # This disables all language modules in Starship and just leaves the git integration working. | |
| # See https://starship.rs/config/#default-prompt-format for the default prompt | |
| format = """ | |
| $directory\ | |
| $git_branch\ | |
| $git_commit\ | |
| $git_state\ | |
| $git_metrics\ | |
| $git_status\ | |
| $line_break\ | |
| $character\ | |
| """ | |
| # If you want to enable the git metrics module uncomment the following lines: | |
| # [git_metrics] | |
| # disabled = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment