Skip to content

Commit 41cf3cf

Browse files
committed
plugin/blesh: override possible arguments inherited by callers
1 parent e05fa47 commit 41cf3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/available/blesh.plugin.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
_bash_it_ble_path=${XDG_DATA_HOME:-$HOME/.local/share}/blesh/ble.sh
1111
if [[ -f $_bash_it_ble_path ]]; then
1212
# shellcheck disable=1090
13-
source "$_bash_it_ble_path"
13+
source "$_bash_it_ble_path" --attach=prompt
1414
else
1515
_log_error "Could not find ble.sh in $_bash_it_ble_path"
1616
_log_error "Please install using the following command:"

0 commit comments

Comments
 (0)