fixing bleshrc config and filling in fzf sources in it
This commit is contained in:
parent
a6404be0c2
commit
88d5d3f6bc
2 changed files with 7 additions and 3 deletions
4
.bashrc
4
.bashrc
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue