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 e05fa47 commit 41cf3cfCopy full SHA for 41cf3cf
plugins/available/blesh.plugin.bash
@@ -10,7 +10,7 @@ fi
10
_bash_it_ble_path=${XDG_DATA_HOME:-$HOME/.local/share}/blesh/ble.sh
11
if [[ -f $_bash_it_ble_path ]]; then
12
# shellcheck disable=1090
13
- source "$_bash_it_ble_path"
+ source "$_bash_it_ble_path" --attach=prompt
14
else
15
_log_error "Could not find ble.sh in $_bash_it_ble_path"
16
_log_error "Please install using the following command:"
0 commit comments