Adding starship configuration
This commit is contained in:
33
starship/starship.toml
Normal file
33
starship/starship.toml
Normal 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
|
Reference in New Issue
Block a user