File tree 5 files changed +3
-12
lines changed
5 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,6 @@ for _bash_it_config_file in $LIB; do
48
48
fi
49
49
done
50
50
51
- # Load vendors
52
- BASH_IT_LOG_PREFIX=" vendor: "
53
- for _bash_it_vendor_init in " ${BASH_IT} " /vendor/init.d/* .bash; do
54
- _log_debug " Loading \" $( basename " ${_bash_it_vendor_init} " .bash) \" ..."
55
- # shellcheck disable=SC1090
56
- source " ${_bash_it_vendor_init} "
57
- done
58
- unset _bash_it_vendor_init
59
-
60
51
BASH_IT_LOG_PREFIX=" core: main: "
61
52
# Load the global "enabled" directory
62
53
# "family" param is empty so that files get sources in glob order
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ completion/available/vuejs.completion.bash
78
78
completion/available/wpscan.completion.bash
79
79
80
80
# libraries
81
+ lib/preexec.bash
81
82
lib/utilities.bash
82
83
83
84
# plugins
@@ -157,4 +158,3 @@ themes/purity
157
158
# vendor init files
158
159
#
159
160
vendor/.gitattributes
160
- vendor/init.d
Original file line number Diff line number Diff line change 8
8
# Disable immediate `$PROMPT_COMMAND` modification
9
9
__bp_delay_install=" delayed"
10
10
11
- # shellcheck source-path =SCRIPTDIR/../github.com/rcaloras/bash-preexec
11
+ # shellcheck source=SCRIPTDIR/../vendor /github.com/rcaloras/bash-preexec
12
12
source " ${BASH_IT?} /vendor/github.com/rcaloras/bash-preexec/bash-preexec.sh"
13
13
14
14
# Block damanaging user's `$HISTCONTROL`
Original file line number Diff line number Diff line change 2
2
3
3
load ../test_helper
4
4
load ../test_helper_libs
5
- load ../../vendor/init.d/preexec
6
5
7
6
load ../../plugins/available/cmd-returned-notify.plugin
8
7
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ load "${BASH_IT}/lib/log.bash"
4
4
load " ${BASH_IT} /lib/utilities.bash"
5
5
load " ${BASH_IT} /lib/helpers.bash"
6
6
load " ${BASH_IT} /lib/search.bash"
7
+ load " ${BASH_IT} /lib/preexec.bash"
You can’t perform that action at this time.
0 commit comments