summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
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] ]]