From 581213b571425f32de1b3f13632c3f3b18b87802 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Fri, 30 Apr 2021 12:31:10 +0200 Subject: [PATCH] Enable fzf when it exists --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index f3b889a..8f8fa4a 100644 --- a/.bashrc +++ b/.bashrc @@ -98,3 +98,5 @@ fi if [ -f ~/.mybashrc ]; then . ~/.mybashrc fi + +[ -f ~/.fzf.bash ] && source ~/.fzf.bash