aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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