Enable fzf when it exists

This commit is contained in:
nemunaire 2021-04-30 12:31:10 +02:00
parent 7fab513dc6
commit 581213b571
1 changed files with 2 additions and 0 deletions

View File

@ -98,3 +98,5 @@ fi
if [ -f ~/.mybashrc ]; then
. ~/.mybashrc
fi
[ -f ~/.fzf.bash ] && source ~/.fzf.bash