Skip to content

Instantly share code, notes, and snippets.

@chrismytton
Created December 31, 2025 07:31
Show Gist options
  • Select an option

  • Save chrismytton/40d09dcb130858f5f4e3064bcf07f440 to your computer and use it in GitHub Desktop.

Select an option

Save chrismytton/40d09dcb130858f5f4e3064bcf07f440 to your computer and use it in GitHub Desktop.
Starship disable all language modules
# ~/.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