summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home/shell.nix8
1 files changed, 8 insertions, 0 deletions
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;