summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/zsh.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index c5473729..0f97a227 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -238,8 +238,6 @@ in
 
       source ${pkgs.fzf}/share/fzf/key-bindings.zsh
 
-      source ${pkgs.google-cloud-sdk}/google-cloud-sdk/completion.zsh.inc
-
     '' + builtins.readFile ../zsh/.config/zsh/.zshrc;
   };
 }