From edb70380ec61395c498b773a73db457dde70f41d Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 Aug 2024 02:58:22 +0200 Subject: [PATCH] . --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 96b8667..6d1a5be 100644 --- a/.bashrc +++ b/.bashrc @@ -229,7 +229,7 @@ fi # ─< Key bindings >─────────────────────────────────────────────────────────────────────── # source /usr/share/doc/fzf/examples/completion.bash -if [ -f $HOME/.fzf.bash]; then +if [ -f $HOME/.fzf.bash ]; then source $HOME/.fzf.bash else echo_error "fzf completion script not found"