From b51214b98e6a5124ecd21f8d9b67a7a76bcf44e8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Jul 2018 22:35:12 +0100 Subject: [PATCH] Clean up zsh plugins --- shell/zshrc.zsh | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/shell/zshrc.zsh b/shell/zshrc.zsh index 2c117e3..1e62d6f 100644 --- a/shell/zshrc.zsh +++ b/shell/zshrc.zsh @@ -21,17 +21,14 @@ UNBUNDLED_COMMANDS=(shotgun) source "$DOTZSH/zplug/init.zsh" alias zp="zplug" -zplug "robbyrussell/oh-my-zsh", use:"lib/*.zsh", defer:0 - +zplug "lib/history", from:oh-my-zsh, defer:0 +zplug "jimeh/zsh-peco-history", defer:2 zplug "plugins/bundler", from:oh-my-zsh zplug "plugins/git", from:oh-my-zsh -zplug "jimeh/zsh-peco-history", defer:2 -zplug "b4b4r07/enhancd", use:"init.sh" zplug "zsh-users/zsh-completions" zplug "zsh-users/zsh-autosuggestions" zplug "zsh-users/zsh-syntax-highlighting", defer:3 -# zplug "aaronjamesyoung/aaron-zsh-theme", as:theme zplug "jimeh/plain.zsh-theme", as:theme # Install plugins if there are plugins that have not been installed @@ -43,11 +40,6 @@ if ! zplug check --verbose; then fi fi -if zplug check "b4b4r07/enhancd"; then - export ENHANCD_COMMAND=c - export ENHANCD_FILTER="fzf:peco --layout=bottom-up" -fi - # Configure zsh-syntax-highlighting if zplug check zsh-users/zsh-syntax-highlighting; then ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) @@ -55,8 +47,6 @@ fi zplug load -# source "$DOTZSH/themes/plain/plain.zsh-theme" - # # Basic Z-Shell settings #