From a316a210ee7682e8b5c1f4e7840ca3d905f5c5de Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 14 May 2020 05:10:52 -0400 Subject: .bashrc: Add fzf home path --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 8f13183..7a74133 100644 --- a/.bashrc +++ b/.bashrc @@ -29,6 +29,8 @@ stty -ixoff; [ -f '/usr/share/fzf/key-bindings.bash' ] && . /usr/share/fzf/key-bindings.bash [ -f '/usr/share/doc/fzf/examples/completion.bash' ] && . /usr/share/doc/fzf/examples/completion.bash [ -f '/usr/share/doc/fzf/examples/key-bindings.bash' ] && . /usr/share/doc/fzf/examples/key-bindings.bash +[ -f "$HOME/.config/fzf/shell/completion.bash" ] && . "$HOME/.config/fzf/shell/completion.bash" +[ -f "$HOME/.config/fzf/shell/key-bindings.bash" ] && . "$HOME/.config/fzf/shell/key-bindings.bash" # set virtual console colors if [ "$TERM" = "linux" ]; then -- cgit v1.2.3