feat(starship): Improve configuration for starship.rs
This commit is contained in:
@@ -138,8 +138,14 @@ symbol = ""
|
||||
style = "bg:#212736"
|
||||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
||||
|
||||
[python]
|
||||
symbol = ""
|
||||
style = "bg:#212736"
|
||||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
||||
|
||||
[docker_context]
|
||||
disabled = false
|
||||
only_with_files = false
|
||||
symbol = " "
|
||||
style = "fg:#2560ff bg:#ffffff"
|
||||
format = '[[](fg:#212736 bg:#ffffff) $symbol $context [](fg:#ffffff bg:#212736)]($style)'
|
||||
|
||||
Reference in New Issue
Block a user