Files
nix-config/.config/starship.toml
2020-12-06 20:16:36 -05:00

19 lines
328 B
TOML

# Don't print a new line at the start of the prompt
add_newline = false
[character]
error_symbol = "[✖](bold red) "
[gcloud]
disabled = true
[time]
time_format = "%T"
format = "$time($style) "
style = "bright-white"
disabled = false
[directory]
truncation_length = 5
format = "[$path]($style)[$lock_symbol]($lock_style) "