From fb77a6e7d56e724373194c244e085bdc212bdc08 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 7 Feb 2023 00:41:31 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/.bashrc b/files/.bashrc index 7c9dc59..14e5b6c 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -59,6 +59,6 @@ if [ -f /usr/share/doc/pkgfile/command-not-found.bash ]; then fi if [ -f /usr/bin/fzf ]; then - source /usr/share/fzf/completion.bash - source /usr/share/fzf/key-bindings.bash + source ~/fzf/completion.bash + source ~/fzf/key-bindings.bash fi