File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function common_setup_file() {
5757function setup_libs() {
5858 local lib
5959 # Use a loop to allow convenient short-circuiting for some test files
60- for lib in " log" " utilities" " helpers" " search" " preexec" " colors" " command_duration" ; do
60+ for lib in " log" " utilities" " helpers" " search" " preexec" " colors" " history " " preview " " command_duration" ; do
6161 load " ${BASH_IT?} /lib/${lib} .bash" || return
6262 # shellcheck disable=SC2015 # short-circuit if we've reached the requested library
6363 [[ " ${lib} " == " ${1:- } " ]] && return 0 || true
@@ -66,7 +66,7 @@ function setup_libs() {
6666}
6767
6868function local_setup_file() {
69- setup_libs " search " # overridable default
69+ setup_libs " command_duration " # overridable default
7070}
7171
7272function local_setup() {
You can’t perform that action at this time.
0 commit comments