add fzf bash config check and source

This commit is contained in:
James Dixon 2024-06-23 23:37:56 -04:00
parent 6e286ca0de
commit 736837592b

View File

@ -365,4 +365,7 @@ esac
# local rc
[ -r "$HOME/.local/.bashrc" ] && source "$HOME/.local/.bashrc"
# fzf
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
# vim:ft=sh