fzf: add to bash

This commit is contained in:
Gabriel Ebner 2016-01-17 19:48:09 +01:00
parent cc333da6cd
commit 2159155945
2 changed files with 3 additions and 1 deletions

2
bashrc
View File

@ -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

2
vimrc
View File

@ -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'