all repos — archive/dotfiles @ a40bbd7594607b4727a7cf79a4ec1b178842d147

Superseded by nixfiles

zsh: load helm completion
Alan Pearce alan@alanpearce.eu
Wed, 27 Jun 2018 11:53:09 +0200
commit

a40bbd7594607b4727a7cf79a4ec1b178842d147

parent

968995393b74f81f88627550b5a269465476db97

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

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -175,6 +175,12 @@ zplugin ice atinit 'zpcompinit; zpcdreplay -q'
 zplugin light "zdharma/fast-syntax-highlighting"
 
+if [[ -n $commands[helm] ]]
+then
+  autoload _helm
+  compdef _helm helm
+fi
+
 # General configuration
 
 if [[ -n $commands[gpg2] && -z $commands[gpg] ]]