all repos — archive/dotfiles @ 5bf3f7b115fe8ef3e5ea13e45e08d15553e2f2ba

Superseded by nixfiles

zsh: Setup helm completion more reliably
Alan Pearce alan@alanpearce.eu
Thu, 05 Jul 2018 15:18:15 +0200
commit

5bf3f7b115fe8ef3e5ea13e45e08d15553e2f2ba

parent

8556503fa0cde96c0e91b12687afecc414a14826

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.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