nix-config/starship/.config/starship.toml

28 lines
521 B
TOML
Raw Normal View History

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)"
success_symbol = "[>](red)[>](green)[>](blue)"
error_symbol = "[>](cyan)[>](purple)[>](yellow)"
vicmd_symbol = "[<](bold green)"
[line_break]
disabled = true
[nodejs]
format = "with [$symbol($version )]($style)"
symbol = "node "
version_format = "${major}"
disabled = true