starship-prompt/starship.toml

59 lines
1.0 KiB
TOML

prompt_order = [
"custom.separator",
"line_break",
"username",
"hostname",
"line_break",
"directory",
"git_branch",
"git_commit",
"git_state",
"git_status",
"line_break",
"nodejs",
"python",
"php",
"line_break",
"jobs",
"battery",
"memory_usage",
"character",
]
[character]
use_symbol_for_status = true
style_success = "bright white"
style_failure = "bold bright-red"
[directory]
truncate_to_repo = false
truncation_length = 12
style = "white"
[python]
symbol = "Python: "
style = "dimmed blue"
[php]
symbol = "PHP: "
style = "dimmed blue"
[nodejs]
symbol = "Node: "
style = "dimmed cyan"
[memory_usage]
disabled = false
show_percentage = true
show_swap = false
threshold = 66
symbol = "MEM: "
separator = "/"
style = "bold bright-red"
[custom.separator]
disabled = false
command = 'date +"%H:%M:%S ――――――――――――――――――――――――――――――――"'
when = "true"
style = "bright white"