From fb7636f5f1cb3536db64304bb9bc5168aed363f3 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 12 Feb 2026 16:53:53 -0800 Subject: [PATCH] Update starship --- dotfiles/config/starship.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/starship.toml b/dotfiles/config/starship.toml index 429a412..39872a5 100644 --- a/dotfiles/config/starship.toml +++ b/dotfiles/config/starship.toml @@ -5,9 +5,9 @@ fish_style_pwd_dir_length = 1 truncate_to_repo = false [gcloud] -# This is just too noisy -disabled = true symbol = "️🇬️ " +format = "on [$symbol$project]($style) " +detect_env_vars = ["STARSHIP_SHOW_GCLOUD"] [status] disabled = false @@ -31,3 +31,11 @@ format = '[$indicator]($style)' [pulumi] disabled = true + +[docker_context] +# really long paths when DOCKER_HOST is set +disabled = true + +[kubernetes] +disabled = false +detect_folders = ["k8s"]