Simplify gcloud completion setup
Alan Pearce alan@alanpearce.eu
Tue, 22 Oct 2019 14:08:30 +0200
2 files changed, 2 insertions(+), 7 deletions(-)
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -268,6 +268,8 @@ } 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; }; }
M user/zsh/.config/zsh/.zshrc → user/zsh/.config/zsh/.zshrc
@@ -68,13 +68,6 @@ zstyle ':completion:*' completer _expand _complete _match # Plugins -if [[ -n $commands[gcloud] ]] -then - autoload bashcompinit - bashcompinit - source ${$(readlink =gcloud):h}/../etc/bash_completion.d/gcloud.inc -fi - if [[ -n $commands[helm] ]] then autoload _helm