diff options
author | Alan Pearce | 2020-03-02 15:05:08 +0100 |
---|---|---|
committer | Alan Pearce | 2020-03-02 15:05:08 +0100 |
commit | ba2104eb17f0727ac69dab9dbde0e6db045199bc (patch) | |
tree | 93e14f78cc63c3fcb028d64bf43eaba3ec3ceb40 /user | |
parent | bc6a93c316c6bc5e5615cd2aaba751e5c4c650ee (diff) | |
download | nixfiles-ba2104eb17f0727ac69dab9dbde0e6db045199bc.tar.lz nixfiles-ba2104eb17f0727ac69dab9dbde0e6db045199bc.tar.zst nixfiles-ba2104eb17f0727ac69dab9dbde0e6db045199bc.zip |
zsh: fix startup slowness (google-cloud-sdk)
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 2 |
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; }; } |