Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save adibhanna/8a65989a0ad9318d36cce43e177bfc7c to your computer and use it in GitHub Desktop.

Select an option

Save adibhanna/8a65989a0ad9318d36cce43e177bfc7c to your computer and use it in GitHub Desktop.
starship.toml
# Wait 11 milliseconds for starship to check files under the current directory.
scan_timeout = 11
# Disable the blank line at the start of the prompt
add_newline = false
# Disable the package module, hiding it from the prompt completely
[aws]
disabled = true
[line_break]
disabled = false
[directory]
truncation_length = 4
read_only = " ο ½"
[git_branch]
symbol = " "
[git_commit]
commit_hash_length = 8
format = "on [$hash]($style) "
tag_symbol = "πŸ”– "
[git_status]
ahead = "⇑${count}"
diverged = "⇕⇑${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
cherry_pick = "[πŸ’ PICKING](bold red)"
[git_metrics]
disabled = false
added_style = 'bold blue'
format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
[hg_branch]
symbol = " "
[nodejs]
format = "via [NodeJS $version](bold green) "
[rust]
format = "via [Rust $version](red bold) "
symbol = "πŸ¦€ "
[golang]
format = "via [Go $version](red bold) "
[php]
format = "via [PHP $version](148 bold) "
[lua]
format = "via [Lua $version](bold blue) "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment