Skip to content

Instantly share code, notes, and snippets.

@trey
Last active December 14, 2021 12:41
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 trey/9be3d36c1da3fd236a1fc3466642c257 to your computer and use it in GitHub Desktop.
Save trey/9be3d36c1da3fd236a1fc3466642c257 to your computer and use it in GitHub Desktop.
My Starship configuration
# https://starship.rs/config/
# I live in `~/.config/starship.toml`.
add_newline = false
[line_break]
disabled = true
[git_branch]
# Remove the default `on` before the branch name.
format = "[$symbol$branch]($style) "
[docker_context]
disabled = true
[nodejs]
symbol = "⬢ "
# Remove the default `via` before the version name.
format = "[$symbol($version )]($style)"
[python]
# Remove the default `via` before the version name.
format = "[$symbol($version )]($style)"
[package]
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment