summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-03-02 15:05:08 +0100
committerAlan Pearce2020-03-02 15:05:08 +0100
commitba2104eb17f0727ac69dab9dbde0e6db045199bc (patch)
tree93e14f78cc63c3fcb028d64bf43eaba3ec3ceb40
parentbc6a93c316c6bc5e5615cd2aaba751e5c4c650ee (diff)
downloadnixfiles-ba2104eb17f0727ac69dab9dbde0e6db045199bc.tar.lz
nixfiles-ba2104eb17f0727ac69dab9dbde0e6db045199bc.tar.zst
nixfiles-ba2104eb17f0727ac69dab9dbde0e6db045199bc.zip
zsh: fix startup slowness (google-cloud-sdk)
-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;
   };
 }