From ea227dbae925e557c640c408cbf4f61afdcc5cb1 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 20 Oct 2016 11:50:06 +1100 Subject: [PATCH] Tidy up Zsh plugin list and add a couple more --- config/zsh/zplugin | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/zsh/zplugin b/config/zsh/zplugin index 92ba1fa..4884150 100644 --- a/config/zsh/zplugin +++ b/config/zsh/zplugin @@ -10,8 +10,13 @@ load=light zplugin $load willghatch/zsh-saneopt zplugin $load bobthecow/git-flow-completion +zplugin $load djui/alias-tips zplugin $load mafredri/zsh-async +zplugin $load micha/resty +zplugin $load mollifier/cd-gitroot +zplugin $load rupa/z zplugin $load sindresorhus/pure +zplugin $load supercrabtree/k zplugin $load trapd00r/LS_COLORS LS_COLORS_DIR=$ZPLG_PLUGINS_DIR/trapd00r---LS_COLORS @@ -22,10 +27,6 @@ if [[ ! $LS_COLORS_DIR/LS_COLORS.plugin.zsh -nt $LS_COLORS_DIR/LS_COLORS ]]; the fi zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} -zplugin $load micha/resty -zplugin $load rupa/z -zplugin $load supercrabtree/k - zplugin $load zsh-users/zsh-completions zplugin $load zsh-users/zsh-syntax-highlighting zplugin $load zsh-users/zsh-history-substring-search