lib: search: Increase delay in _bash-it-flash-term to 0.2 secs
This commit is contained in:
@@ -347,7 +347,7 @@ function _bash-it-flash-term() {
|
|||||||
local -i len="${1:-0}" # redundant
|
local -i len="${1:-0}" # redundant
|
||||||
local term="${2:-}"
|
local term="${2:-}"
|
||||||
# as currently implemented, `$match` has already been printed to screen the first time
|
# as currently implemented, `$match` has already been printed to screen the first time
|
||||||
local delay=0.1
|
local delay=0.2
|
||||||
local color
|
local color
|
||||||
[[ "${#term}" -gt 0 ]] && len="${#term}"
|
[[ "${#term}" -gt 0 ]] && len="${#term}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user