From 21591559454de6046f94c82ed7b812cac504e18c Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 17 Jan 2016 19:48:09 +0100 Subject: [PATCH] fzf: add to bash --- bashrc | 2 ++ vimrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index b19af7d..62d2586 100644 --- a/bashrc +++ b/bashrc @@ -30,3 +30,5 @@ if type -t __git_complete >/dev/null; then __git_complete gl _git_pull __git_complete gp _git_push fi + +test -f ~/.fzf/shell/key-bindings.bash && . ~/.fzf/shell/key-bindings.bash diff --git a/vimrc b/vimrc index 46506b7..b63a9a2 100644 --- a/vimrc +++ b/vimrc @@ -13,7 +13,7 @@ Plug 'chrisbra/Recover.vim' Plug 'Shougo/vimproc.vim' , { 'do': 'make -f make_unix.mak' } -Plug 'junegunn/fzf' +Plug 'junegunn/fzf', { 'dir': '~/.fzf' } Plug 'junegunn/fzf.vim' Plug 'ciaranm/securemodelines'