From 2795a86441b2ef49d3a3dfb0da37ee70af6e1a97 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 2 Feb 2026 09:11:19 -0500 Subject: [PATCH] feat: Adds container component to starship prompt. --- env/.config/starship/starship.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/env/.config/starship/starship.toml b/env/.config/starship/starship.toml index e821a06..1d071d4 100644 --- a/env/.config/starship/starship.toml +++ b/env/.config/starship/starship.toml @@ -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"