summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2018-06-27 11:52:40 +0200
committerAlan Pearce2018-06-27 11:52:40 +0200
commit968995393b74f81f88627550b5a269465476db97 (patch)
tree1c6bc64d5371ae3eb50296af60f633bea77f489a /zsh
parentc17210b3d0a74a076e16354d85587a29fcaacc9b (diff)
downloaddotfiles-968995393b74f81f88627550b5a269465476db97.tar.lz
dotfiles-968995393b74f81f88627550b5a269465476db97.tar.zst
dotfiles-968995393b74f81f88627550b5a269465476db97.zip
zsh: fix incorrect loading of syntax/completion
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 c40f73f..2d80564 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -133,7 +133,6 @@ zplugin ice blockf
 zplugin light "zsh-users/zsh-completions"
 zplugin light "hlissner/zsh-autopair"
 zplugin ice wait'1' lucid
-zplugin light "zdharma/fast-syntax-highlighting"
 zplugin load "caarlos0/zsh-open-pr"
 zplugin ice blockf
 zplugin light "mollifier/anyframe"
@@ -166,8 +165,6 @@ then
   zplugin light "${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh"
 fi
 
-zplugin ice atinit 'zpcompinit; zpcdreplay -q'
-
 if [[ -n $commands[gcloud] ]]
 then
    autoload bashcompinit
@@ -175,6 +172,9 @@ then
    source ${$(readlink =gcloud):h}/../etc/bash_completion.d/gcloud.inc
 fi
 
+zplugin ice atinit 'zpcompinit; zpcdreplay -q'
+zplugin light "zdharma/fast-syntax-highlighting"
+
 # General configuration
 
 if [[ -n $commands[gpg2] && -z $commands[gpg] ]]