AwesomeFiles/config/starship/starship.toml

22 lines
366 B
TOML
Raw Normal View History

2022-03-31 04:28:44 -05:00
format = "$all"
2022-02-22 04:23:39 -06:00
add_newline = true
2022-03-31 04:28:44 -05:00
[character]
error_symbol = "[](bold red)"
success_symbol = "[](bold green)"
vicmd_symbol = "[](bold yellow)"
format = "$symbol [|](bold bright-black) "
2022-02-22 04:23:39 -06:00
[hostname]
2022-03-31 04:28:44 -05:00
ssh_only = true
format = "[$hostname](bold blue) "
2022-02-22 04:23:39 -06:00
disabled = false
[directory]
2022-03-31 04:28:44 -05:00
disabled = true
2022-02-22 04:23:39 -06:00
2022-03-31 04:28:44 -05:00
[line_break]
2022-02-22 04:23:39 -06:00
disabled = true
2022-03-31 04:28:44 -05:00
[lua]
symbol = "[](blue) "