From ebf5d99134b3a513476a32c115fba0548a162b08 Mon Sep 17 00:00:00 2001 From: crater2150 <crater@qwertyuiop.de> Date: Thu, 13 Feb 2020 14:45:43 +0100 Subject: [PATCH] add some plugins --- zplug.zsh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zplug.zsh b/zplug.zsh index 3dedf37..53d685c 100644 --- a/zplug.zsh +++ b/zplug.zsh @@ -24,6 +24,11 @@ zplug "plugins/ng", from:oh-my-zsh zplug "zpm-zsh/colors" +zplug "clvv/fasd", as:command, use:fasd +zplug "plugins/fasd", from:oh-my-zsh, if:"(( $+commands[fasd] ))", on:"clvv/fasd" + +zplug "xuhdev/k", at:gnu-ls-color + zplug load if zplug check 'crater2150-zsh/fzf-widgets'; then