all repos — nixfiles @ ba2104eb17f0727ac69dab9dbde0e6db045199bc

System and user configuration, managed by nix and home-manager

zsh: fix startup slowness (google-cloud-sdk)
Alan Pearce alan@alanpearce.eu
Mon, 02 Mar 2020 15:05:08 +0100
commit

ba2104eb17f0727ac69dab9dbde0e6db045199bc

parent

bc6a93c316c6bc5e5615cd2aaba751e5c4c650ee

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -238,8 +238,6 @@ } 
       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;
   };
 }