From 055c9164542387acebb24b05af5038755a118c87 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 7 Feb 2023 00:50:21 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.bashrc b/files/.bashrc index 47470b6..f14c506 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -58,7 +58,7 @@ if [ -f /usr/share/doc/pkgfile/command-not-found.bash ]; then source /usr/share/doc/pkgfile/command-not-found.bash fi -if [ -f ~/.fzf ]; then +if [ -d ~/.fzf ]; then source ~/.fzf/completion.bash source ~/.fzf/key-bindings.bash fi