From cd663e81b95883f5e291202eee1b444a5479035e Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 24 Oct 2022 19:30:54 +0200 Subject: [PATCH] starship: update gcloud section --- .config/starship.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 0a97dfa..238587c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -93,8 +93,9 @@ disabled = true disabled = true [gcloud] +disabled = false symbol = "🇬️☁️ " -format = '[$symbol$account(@$domain)(\($project\))]($style) ' +format = '[$symbol$active \(@$domain\)]($style) ' [git_branch] format = "[$branch]($style) "