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