We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c17476 commit 14ce429Copy full SHA for 14ce429
plugins/available/blesh.plugin.bash
@@ -12,7 +12,7 @@ if [[ -f $_bash_it_ble_path ]]; then
12
# shellcheck disable=1090
13
source "$_bash_it_ble_path" --attach=prompt
14
if _bash-it-component-item-is-enabled plugin fzf; then
15
- ble-import integration/fzf-key-bindings
+ ble-import -d integration/fzf-key-bindings
16
ble-import -d integration/fzf-completion
17
fi
18
else
0 commit comments