From ba2104eb17f0727ac69dab9dbde0e6db045199bc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 2 Mar 2020 15:05:08 +0100 Subject: zsh: fix startup slowness (google-cloud-sdk) --- user/settings/zsh.nix | 2 -- 1 file changed, 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; }; } -- cgit 1.4.1