From 82e605f2a2a689f35af7ca7cf506575cb7344ec3 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sun, 7 Jan 2024 11:01:00 -0500 Subject: [PATCH] config(startship): Disable Google Cloud part of the prompt No idea how it decides that I am using Google Cloud, but it is easier to just disable that part completely. --- config/.config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.config/starship.toml b/config/.config/starship.toml index 3bca10933..ccb729ab4 100644 --- a/config/.config/starship.toml +++ b/config/.config/starship.toml @@ -306,7 +306,7 @@ disabled = false format = 'on [$symbol$account(@$domain)(\($region\))]($style) ' symbol = '☁️ ' style = 'bold blue' -disabled = false +disabled = true [gcloud.region_aliases]