dotfiles/config/.config/starship.toml

21 lines
306 B
TOML

[character]
success_symbol = "[»](bold green) "
error_symbol = "[✗](bold red) "
[directory]
fish_style_pwd_dir_length = 1
truncation_length = 1
[gcloud]
disabled = true
[hostname]
ssh_only = false
format = "[$hostname]($style):"
[kubernetes]
disabled = false
[username]
format = "[$user]($style)@"