mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-08 07:00:28 +01:00
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
|