feat: Adds container component to starship prompt.

This commit is contained in:
2026-02-02 09:11:19 -05:00
parent 03244bd272
commit 2795a86441

View File

@@ -5,6 +5,7 @@ command_timeout = 1000
format = """ format = """
[](color_orange)\ [](color_orange)\
$os\ $os\
$container\
$username\ $username\
$hostname\ $hostname\
[](bg:color_pink fg:color_orange)\ [](bg:color_pink fg:color_orange)\
@@ -33,6 +34,10 @@ color_maroon = '#eba0ac'
color_pink = '#f5c2e7' color_pink = '#f5c2e7'
color_text = '#585b70' color_text = '#585b70'
[container]
disabled = false
style = '[$symbol \[$name\]]($style) '
[os] [os]
disabled = false disabled = false
style = "bold bg:color_orange fg:color_fg0" style = "bold bg:color_orange fg:color_fg0"