dotfiles/config/.config/starship.toml

21 lines
306 B
TOML
Raw Normal View History

2020-10-27 23:39:53 -04:00
[character]
success_symbol = "[»](bold green) "
error_symbol = "[✗](bold red) "
[directory]
fish_style_pwd_dir_length = 1
truncation_length = 1
[gcloud]
2024-07-29 11:48:49 -04:00
disabled = true
[hostname]
ssh_only = false
format = "[$hostname]($style):"
2024-07-29 11:48:49 -04:00
[kubernetes]
disabled = false
[username]
format = "[$user]($style)@"