summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2018-07-05 15:18:15 +0200
committerAlan Pearce2018-07-05 15:18:15 +0200
commit5bf3f7b115fe8ef3e5ea13e45e08d15553e2f2ba (patch)
treee79af62f469b28a02231c54665506fb9b3683917 /zsh
parent8556503fa0cde96c0e91b12687afecc414a14826 (diff)
downloaddotfiles-5bf3f7b115fe8ef3e5ea13e45e08d15553e2f2ba.tar.lz
dotfiles-5bf3f7b115fe8ef3e5ea13e45e08d15553e2f2ba.tar.zst
dotfiles-5bf3f7b115fe8ef3e5ea13e45e08d15553e2f2ba.zip
zsh: Setup helm completion more reliably
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index e829143..3bec9e0 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -172,15 +172,15 @@ then
    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
 
 if [[ -n $commands[gpg2] && -z $commands[gpg] ]]