fixing bleshrc config and filling in fzf sources in it

This commit is contained in:
piecka 2025-07-08 13:08:57 +02:00
parent a6404be0c2
commit 88d5d3f6bc
2 changed files with 7 additions and 3 deletions

View file

@ -251,9 +251,7 @@ _init() {
if command-exists fzf; then
if $blesh; then
ble-import -d integration/fzf-completion
ble-import -d integration/fzf-key-bindings
ble-import -d integration/fzf-menu
return
else
eval "$(fzf --bash)" || {
source-file "$HOME/.fzf/shell/completion.bash"