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() {
57
57
function setup_libs() {
58
58
local lib
59
59
# 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
61
61
load " ${BASH_IT?} /lib/${lib} .bash" || return
62
62
# shellcheck disable=SC2015 # short-circuit if we've reached the requested library
63
63
[[ " ${lib} " == " ${1:- } " ]] && return 0 || true
@@ -66,7 +66,7 @@ function setup_libs() {
66
66
}
67
67
68
68
function local_setup_file() {
69
- setup_libs " search " # overridable default
69
+ setup_libs " command_duration " # overridable default
70
70
}
71
71
72
72
function local_setup() {
You can’t perform that action at this time.
0 commit comments