fixed fzf with blesh integration
This commit is contained in:
parent
db0900c37e
commit
a32961d043
3 changed files with 8 additions and 3 deletions
6
.bashrc
6
.bashrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue