1
0
forked from extern/nix-config
donovanglover-nix-config/starship/.config/starship.toml
Donovan Glover 622929853b
starship: Use ASCII characters for prompt
Now the prompt looks nice in ttys.
2021-11-15 12:18:21 -05:00

28 lines
521 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)"
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