From d65c92e8ad741a2580b486b7697a957c8b259f73 Mon Sep 17 00:00:00 2001 From: Valeriy Filippov Date: Wed, 11 Mar 2026 09:42:34 +0300 Subject: [PATCH] Upd starship to show k8s context and ns --- starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship.toml b/starship.toml index 48887b0..70e4ffa 100644 --- a/starship.toml +++ b/starship.toml @@ -36,7 +36,7 @@ style = "bold red" [kubernetes] disabled = false -format = 'ctx [$symbol$context]($style)' +format = 'ctx [$symbol$context( \($namespace\)) ]($style)' [palettes.catppuccin_mocha] rosewater = "#f5e0dc"