From c04f9dae72b5bd1234d9f0cd7b319e438b102c3c Mon Sep 17 00:00:00 2001 From: Christopher Elkins Date: Thu, 23 Jul 2026 16:57:53 -0700 Subject: [PATCH] starship: disable the docker_context module It reports any non-default Docker context, which under Colima is effectively always, so it adds a permanent prompt segment without saying anything useful. --- config/starship.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/starship.toml b/config/starship.toml index b02aba9..6c414e6 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -29,3 +29,8 @@ style = "red" min_time = 500 format = "[$duration]($style) " style = "yellow" + +# Noisy rather than informative: it shows for any non-default context, which with +# Colima means it is on in every shell. +[docker_context] +disabled = true