diff options
| author | Mel <mel@rnrd.eu> | 2025-09-03 21:07:55 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-09-03 21:07:55 +0200 |
| commit | 5b30a04caaf14dce9d1a9e76a0710c9bbf0b62f2 (patch) | |
| tree | de848042be0863e61c4656f6153090455e36331e /modules/home/shell.nix | |
| parent | d0d378fb7b3555245f379482930101067bcc7c90 (diff) | |
| download | minerals-5b30a04caaf14dce9d1a9e76a0710c9bbf0b62f2.tar.zst minerals-5b30a04caaf14dce9d1a9e76a0710c9bbf0b62f2.zip | |
Disable gcloud starship module
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/home/shell.nix')
| -rw-r--r-- | modules/home/shell.nix | 8 |
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; |
