summary refs log tree commit diff stats
path: root/tag-zsh/config
diff options
context:
space:
mode:
authorAlan Pearce2017-01-17 15:20:12 +0100
committerAlan Pearce2017-01-17 15:20:12 +0100
commit966c4b9ab78499f82ff467a4e330d0966feb6784 (patch)
treee0664ac3062e810c27a66abd5a8492f4fccef8e8 /tag-zsh/config
parent84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e (diff)
downloaddotfiles-966c4b9ab78499f82ff467a4e330d0966feb6784.tar.lz
dotfiles-966c4b9ab78499f82ff467a4e330d0966feb6784.tar.zst
dotfiles-966c4b9ab78499f82ff467a4e330d0966feb6784.zip
zsh: Install fzf
Diffstat (limited to 'tag-zsh/config')
-rw-r--r--tag-zsh/config/zsh/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 2b8e7dc..80068eb 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