all repos — nixfiles @ c7087bdc890c26ad878dd70e0d779c596a606a75

System and user configuration, managed by nix and home-manager

zsh: Setup gcloud completion
Alan Pearce alan@alanpearce.eu
Thu, 07 Jun 2018 16:54:53 +0200
commit

c7087bdc890c26ad878dd70e0d779c596a606a75

parent

4f7594602d15923f8b43fa3e74e3f904528f0053

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -163,6 +163,13 @@ fi 
 zplugin ice atinit 'zpcompinit; zpcdreplay -q'
 
+if [[ -n $commands[gcloud] ]]
+then
+   autoload bashcompinit
+   bashcompinit
+   source ${$(readlink =gcloud):h}/../etc/bash_completion.d/gcloud.inc
+fi
+
 # General configuration
 
 if [[ -n $commands[gpg2] && -z $commands[gpg] ]]