34 lines
672 B
TOML
34 lines
672 B
TOML
|
|
add_newline = false
|
||
|
|
scan_timeout = 10
|
||
|
|
format = "\\[$username$hostname\\] :: $directory $cmd_duration$character"
|
||
|
|
|
||
|
|
[line_break]
|
||
|
|
disabled = true
|
||
|
|
|
||
|
|
[hostname]
|
||
|
|
ssh_only = false
|
||
|
|
style = "bright-blue bold"
|
||
|
|
format = "[@$hostname]($style)"
|
||
|
|
|
||
|
|
[username]
|
||
|
|
show_always = true
|
||
|
|
style_user = "bright-blue bold"
|
||
|
|
style_root = "bright-red bold"
|
||
|
|
format="[$user]($style)"
|
||
|
|
|
||
|
|
[directory]
|
||
|
|
truncation_length = 3
|
||
|
|
truncate_to_repo = true
|
||
|
|
style = "blue"
|
||
|
|
read_only = "!"
|
||
|
|
read_only_style = "red"
|
||
|
|
format = "[$path]($style)[$read_only]($read_only_style)"
|
||
|
|
|
||
|
|
[cmd_duration]
|
||
|
|
style = "bold yellow"
|
||
|
|
format = "[+$duration]($style) "
|
||
|
|
|
||
|
|
[character]
|
||
|
|
success_symbol = "[>](cyan bold)"
|
||
|
|
error_symbol = "[>](red bold)"
|