add fzf bash config check and source
This commit is contained in:
parent
6e286ca0de
commit
736837592b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user