addet error code message

This commit is contained in:
pika 2024-08-18 02:57:09 +02:00
parent f1f028116e
commit 5a65e14311

View file

@ -229,7 +229,11 @@ fi
# ─< Key bindings >─────────────────────────────────────────────────────────────────────── # ─< Key bindings >───────────────────────────────────────────────────────────────────────
# source /usr/share/doc/fzf/examples/completion.bash # source /usr/share/doc/fzf/examples/completion.bash
source ~/.fzf.bash if [ -f $HOME/.fzf.bash]; then
source $HOME/.fzf.bash
else
echo_error "fzf completion script not found"
fi
source /usr/share/doc/fzf/examples/key-bindings.bash source /usr/share/doc/fzf/examples/key-bindings.bash
# ─< Use fzf for completion >───────────────────────────────────────────────────────────── # ─< Use fzf for completion >─────────────────────────────────────────────────────────────
bind -x '"\t": fzf-completion' bind -x '"\t": fzf-completion'