From 16adce04cde0e57f20df359c6be710afc31e6cad Mon Sep 17 00:00:00 2001 From: crater2150 Date: Fri, 26 Feb 2021 10:56:27 +0100 Subject: [PATCH] Add fzf-tab plugin, enable zplug selfmanage --- zplug.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zplug.zsh b/zplug.zsh index ee99d51..a09cebb 100644 --- a/zplug.zsh +++ b/zplug.zsh @@ -1,6 +1,8 @@ export ZPLUG_HOME=$ZDOTDIR/zplug source $(zdotfile zplug/init.zsh) +zplug 'zplug/zplug', hook-build:'zplug --self-manage' + zplug "MichaelAquilina/zsh-you-should-use" zplug 'jreese/zsh-titles' @@ -29,6 +31,7 @@ zplug "zpm-zsh/colors" zplug "xuhdev/k", at:gnu-ls-color zplug "urbainvaes/fzf-marks" +zplug "Aloxaf/fzf-tab" zplug "crater2150-zsh/tmsu-fzf", as:plugin