From 1d3235224a677a21df813f67a5a464cef3064322 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 28 Jul 2016 06:59:03 +0000 Subject: Use fzf --- .bashrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.bashrc b/.bashrc index 9d5ce2d..d89c42f 100644 --- a/.bashrc +++ b/.bashrc @@ -538,6 +538,13 @@ if [[ "x$OS" == "xWindows_NT" ]]; then [[ -d $WIN_HOME/workspaces ]] && export WORKSPACES=$WIN_HOME/workspaces fi +if [ -f ~/.fzf.bash ]; then + . ~/.fzf.bash +else + [ -f /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash + [ -f /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash +fi + true # vim: set et ts=4 tw=120 : -- cgit 1.4.1-2-gfad0