File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function _bash-it-preview() {
24
24
# shellcheck disable=SC2034
25
25
for BASH_IT_THEME in " ${themes[@]} " ; do
26
26
BASH_IT_LOG_LEVEL=0
27
- bash --init-file " ${BASH_IT_BASHRC :- ${ BASH_IT?}/ bash_it.sh} " -i <<< ' _bash-it-flash-term "${#BASH_IT_THEME}" "${BASH_IT_THEME}"'
27
+ bash --init-file " ${BASH_IT?} /bash_it.sh" -i <<< ' _bash-it-flash-term "${#BASH_IT_THEME}" "${BASH_IT_THEME}"'
28
28
done
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ function _bash-it-flash-term() {
347
347
local -i len=" ${1:- 0} " # redundant
348
348
local term=" ${2:- } "
349
349
# as currently implemented, `$match` has already been printed to screen the first time
350
- local delay=0.1
350
+ local delay=0.2
351
351
local color
352
352
[[ " ${# term} " -gt 0 ]] && len=" ${# term} "
353
353
You can’t perform that action at this time.
0 commit comments