Adding starship configuration

This commit is contained in:
gerardo
2022-09-06 14:20:16 -05:00
parent ed9aa84d9c
commit d58bdbcb83
3 changed files with 57 additions and 1 deletions

33
starship/starship.toml Normal file
View File

@ -0,0 +1,33 @@
# ~/.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