From 966c4b9ab78499f82ff467a4e330d0966feb6784 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 17 Jan 2017 15:20:12 +0100 Subject: zsh: Install fzf --- tag-zsh/config/zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tag-zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 2b8e7dc3..80068eb5 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -4,6 +4,9 @@ source $ZPLUG_HOME/init.zsh zplug "zsh-users/zsh-completions", depth:1, defer:0 zplug "Tarrasch/zsh-autoenv", as:plugin zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install" +zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf +zplug "junegunn/fzf", as:plugin, use:"shell/*.zsh" +zplug "junegunn/fzf", as:command, use:"bin/*" zplug "caarlos0/zsh-open-pr", as:plugin if [[ -n $commands[nix-env] ]] then -- cgit 1.4.1