starship-prompt/starship.toml

63 lines
1.0 KiB
TOML

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