From e790af5945e38ab65fb75c105ad292b8da440d34 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 22 Oct 2019 14:08:30 +0200 Subject: Simplify gcloud completion setup --- user/settings/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user/settings') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index a2c14586..5966928d 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -268,6 +268,8 @@ 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