From 5b30a04caaf14dce9d1a9e76a0710c9bbf0b62f2 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 3 Sep 2025 21:07:55 +0200 Subject: Disable gcloud starship module Signed-off-by: Mel --- modules/home/shell.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules') diff --git a/modules/home/shell.nix b/modules/home/shell.nix index 5aa3a54..c5c9bc1 100644 --- a/modules/home/shell.nix +++ b/modules/home/shell.nix @@ -26,6 +26,14 @@ in starship = { enable = true; enableFishIntegration = true; + + settings = { + # gcloud is always in the prompt when there's a valid auth key, + # so it's always on, and shows my huge work email address, + # which is 1) completely obvious 2) completely useless. + # also the cloud icon is broken in my font! ☁️! + gcloud.disabled = true; + }; }; direnv = { enable = true; -- cgit 1.4.1