lib: search: Increase delay in _bash-it-flash-term to 0.2 secs

pull/2114/head
Noah Gorny 2022-03-08 00:02:23 +02:00
parent 77c135956d
commit 13531c9534
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ function _bash-it-flash-term() {
local -i len="${1:-0}" # redundant
local term="${2:-}"
# as currently implemented, `$match` has already been printed to screen the first time
local delay=0.1
local delay=0.2
local color
[[ "${#term}" -gt 0 ]] && len="${#term}"