Enable fzf when it exists
This commit is contained in:
parent
7fab513dc6
commit
581213b571
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.bashrc
|
@ -98,3 +98,5 @@ fi
|
||||||
if [ -f ~/.mybashrc ]; then
|
if [ -f ~/.mybashrc ]; then
|
||||||
. ~/.mybashrc
|
. ~/.mybashrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue