fixed fzf with blesh integration

This commit is contained in:
pika 2025-07-07 23:23:11 +02:00
parent db0900c37e
commit a32961d043
3 changed files with 8 additions and 3 deletions

View file

@ -239,6 +239,12 @@ _init() {
# ─< fzf >────────────────────────────────────────────────────────────────────────────────
if command-exists fzf; then
eval "$(fzf --bash)"
if $blesh; then
ble-import -d integration/fzf-completion
ble-import -d integration/fzf-key-bindings
ble-import -d integration/fzf-menu
fi
else
echo-missing fzf
fi