zsh: fix startup slowness (google-cloud-sdk)
1 file changed, 0 insertions(+), 2 deletions(-)
changed files
M user/settings/zsh.nix → user/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; }; }