zsh: Setup helm completion more reliably
Alan Pearce alan@alanpearce.eu
Thu, 05 Jul 2018 15:18:15 +0200
1 files changed, 3 insertions(+), 3 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.config/zsh/.zshrc
@@ -172,14 +172,14 @@ bashcompinit source ${$(readlink =gcloud):h}/../etc/bash_completion.d/gcloud.inc fi -zplugin ice atinit 'zpcompinit; zpcdreplay -q' -zplugin light "zdharma/fast-syntax-highlighting" - if [[ -n $commands[helm] ]] then autoload _helm compdef _helm helm fi + +zplugin ice atinit 'zpcompinit; zpcdreplay -q' +zplugin light "zdharma/fast-syntax-highlighting" # General configuration