From b5b123ed4b1b408c3009340787b4f78520c54157 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 17 Jul 2017 23:13:36 +0100 Subject: [PATCH] Fix zsh-peco-history plugin not loading correctly --- shell/zshrc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/zshrc.zsh b/shell/zshrc.zsh index 90420d5..83baf37 100644 --- a/shell/zshrc.zsh +++ b/shell/zshrc.zsh @@ -25,7 +25,7 @@ zplug "robbyrussell/oh-my-zsh", use:"lib/*.zsh", defer:0 zplug "plugins/bundler", from:oh-my-zsh zplug "plugins/git", from:oh-my-zsh -zplug "jimeh/zsh-peco-history" +zplug "jimeh/zsh-peco-history", defer:2 zplug "b4b4r07/enhancd", use:"init.sh" zplug "zsh-users/zsh-completions" zplug "zsh-users/zsh-autosuggestions"