From 3b64e230d8c4235b8963bf16e78e62ec2c7840b0 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 24 Oct 2022 16:28:31 +0200 Subject: [PATCH] starship: add gcloud section config --- .config/starship.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 8f46e11..8faca68 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -92,6 +92,10 @@ disabled = true [erlang] disabled = true +[gcloud] +symbol = "🇬️☁️ " +format = '[$symbol$account(@$domain)(\($project\))]($style) ' + [git_branch] format = "[$symbol$branch]($style) " style = "bright-black"