summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2019-10-22 14:08:30 +0200
committerAlan Pearce2019-10-23 11:59:54 +0200
commite790af5945e38ab65fb75c105ad292b8da440d34 (patch)
treeeaec0ad0eb0d9e08aeca0a172a7e98a74f9dec6f /user/settings
parent29ad3be5d41963493ab36341cb6a058099757535 (diff)
downloadnixfiles-e790af5945e38ab65fb75c105ad292b8da440d34.tar.lz
nixfiles-e790af5945e38ab65fb75c105ad292b8da440d34.tar.zst
nixfiles-e790af5945e38ab65fb75c105ad292b8da440d34.zip
Simplify gcloud completion setup
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/zsh.nix2
1 files changed, 2 insertions, 0 deletions
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;
   };
 }