dotfiles/starship/starship.toml
2022-09-06 14:20:16 -05:00

34 lines
581 B
TOML

# ~/.config/starship.toml
# Inserts a blank line between shell prompts
# add_newline = false
[line_break]
disabled = true
[character]
error_symbol = "[✗](bold red) "
[aws]
disabled = true
[kubernetes]
format = '[ $context](bold green) '
disabled = true
[kubernetes.context_aliases]
"i-00fc7cc49e1758b19@rcp.us-east-2.eksctl.io" = "rcp"
[python]
format = '[$virtualenv](dimmed yellow) '
[username]
style_user = "bold dimmed blue"
show_always = false
[hostname]
ssh_only = false
format = "<[$hostname]($style)>"
trim_at = "-"
style = "bold dimmed white"
disabled = true