Last active
December 14, 2021 12:41
-
-
Save trey/9be3d36c1da3fd236a1fc3466642c257 to your computer and use it in GitHub Desktop.
My Starship configuration
This file contains 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
# 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