dotfiles/home/.config/starship.toml

21 lines
294 B
TOML
Raw Normal View History

2020-10-27 23:39:53 -04:00
[aws]
disabled=true
[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):"
[username]
format = "[$user]($style)@"