From fce1858e12fd5759deafd4ad2c138c5281cfaf36 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 28 Oct 2019 09:40:15 +0200 Subject: [PATCH] Made some load adjustments Signed-off-by: Marko Korhonen --- home/.config/zsh/02-plugins.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/zsh/02-plugins.zsh b/home/.config/zsh/02-plugins.zsh index 35b33def..325061aa 100644 --- a/home/.config/zsh/02-plugins.zsh +++ b/home/.config/zsh/02-plugins.zsh @@ -7,11 +7,11 @@ fi source ~/.zplugin/bin/zplugin.zsh # pure prompt -zplugin ice lucid pick'async.zsh' src'pure.zsh' onlight'prompt_pure_setup' +zplugin ice load multisrc'{async,pure}.zsh' atload'!prompt_pure_precmd' zplugin light sindresorhus/pure # substring search -zplugin ice wait'1' lucid +zplugin ice lucid zplugin light zsh-users/zsh-history-substring-search zplugin ice wait'1' lucid @@ -34,7 +34,7 @@ zplugin ice wait'1' lucid as'completion' zplugin snippet https://raw.githubusercontent.com/docker/compose/master/contrib/completion/zsh/_docker-compose # syntax highlighting -zplugin ice wait'1' lucid atinit'zpcompinit' +zplugin ice lucid atinit'zpcompinit' zplugin light zdharma/fast-syntax-highlighting # use fzf with zsh