From 027d6f7fc53a3421137bd69dc7aca13520891dd2 Mon Sep 17 00:00:00 2001 From: Tine Date: Mon, 17 Feb 2025 13:14:12 +0100 Subject: [PATCH] feat: gcp style --- nix/core.nix | 2 ++ starship/starship.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/core.nix b/nix/core.nix index 94a5b92..b8b0169 100644 --- a/nix/core.nix +++ b/nix/core.nix @@ -103,6 +103,8 @@ flyctl awscli2 google-cloud-sdk + # https://github.com/NixOS/nixpkgs/issues/380944 + # for now, installed with brew. #azure-cli # Terraform diff --git a/starship/starship.toml b/starship/starship.toml index 7ee7798..221cbdd 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -86,7 +86,7 @@ symbol = "aws [$region]($style)" [gcloud] disabled = false -format = 'gcp [$account(@$domain)(\($project\))]($style) ' +format = 'gcp [$project]($style) ' [azure] disabled = false