This commit is contained in:
pika 2024-08-18 02:58:22 +02:00
parent 5a65e14311
commit edb70380ec

View file

@ -229,7 +229,7 @@ fi
# ─< Key bindings >─────────────────────────────────────────────────────────────────────── # ─< Key bindings >───────────────────────────────────────────────────────────────────────
# source /usr/share/doc/fzf/examples/completion.bash # source /usr/share/doc/fzf/examples/completion.bash
if [ -f $HOME/.fzf.bash]; then if [ -f $HOME/.fzf.bash ]; then
source $HOME/.fzf.bash source $HOME/.fzf.bash
else else
echo_error "fzf completion script not found" echo_error "fzf completion script not found"