Skip to content

Instantly share code, notes, and snippets.

@roustem
Last active October 15, 2020 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roustem/9aace92cc587089f15ab5a23452f1e73 to your computer and use it in GitHub Desktop.
Save roustem/9aace92cc587089f15ab5a23452f1e73 to your computer and use it in GitHub Desktop.
~/.config/starship.toml
[directory]
truncation_length = 7
truncate_to_repo = true
[rust]
disabled = true
[nodejs]
disabled = true
[cmd_duration]
min_time = 500
prefix = "took "
[git_status]
show_sync_count = true
modified_count.enabled = true
conflicted_count.enabled = true
stashed.style = "green"
stashed_count.enabled = true
stashed_count.style = "green"
staged_count.enabled = true
untracked.style = ""
untracked_count.enabled = true
untracked_count.style = ""
renamed_count.enabled = true
deleted_count.enabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment