From cff48965ceea850d78fec995048615113e0dc6c3 Mon Sep 17 00:00:00 2001 From: Denis Urs Rudolph Date: Thu, 4 Dec 2025 15:26:32 +0100 Subject: [PATCH] Added docker starship entry --- starship/.config/starship.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index b5836d7..24e5bf6 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -59,8 +59,13 @@ symbol = "" style = "bg:#212736" format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' +[docker_context] +symbol = " " +style = "bg:#212736" +format = '[ $symbol $context ]($style)' + [time] disabled = false time_format = "%R" # Hour:Minute Format style = "bg:#1d2230" -format = '[[  $time ](fg:#a0a9cb bg:#1d2230)]($style)' \ No newline at end of file +format = '[[  $time ](fg:#a0a9cb bg:#1d2230)]($style)'