all repos — archive/dotfiles @ 968995393b74f81f88627550b5a269465476db97

Superseded by nixfiles

zsh: fix incorrect loading of syntax/completion
Alan Pearce alan@alanpearce.eu
Wed, 27 Jun 2018 11:52:40 +0200
commit

968995393b74f81f88627550b5a269465476db97

parent

c17210b3d0a74a076e16354d85587a29fcaacc9b

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

jump to
M zsh/.config/zsh/.zshrczsh/.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,14 +165,15 @@ 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
    bashcompinit
    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