nix-config/starship/.config/starship.toml
Donovan Glover 8b8788b835
Add starship
Note that I initially didn't use starship since I didn't like how it
used multiple lines, although it's fairly easy to configure to your
liking.
2021-07-07 10:22:36 -04:00

25 lines
390 B
TOML

add_newline = false
[directory]
style = "purple"
[git_branch]
style = "yellow"
symbol = ""
[git_status]
disabled = true
[character]
success_symbol = "[➤](red)[➤](green)[➤](blue)"
error_symbol = "[➤](cyan)[➤](purple)[➤](yellow)"
[line_break]
disabled = true
[nodejs]
format = "with [$symbol($version )]($style)"
symbol = "node "
version_format = "${major}"
disabled = true