mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-07 06:29:00 +01:00
8b8788b835
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.
25 lines
390 B
TOML
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
|