bash-it/lib
Kevin Glowacz bd52e16895
Remove `continue` from conditional
This is an artifact left over from when this function was extracted from
inside a loop b524bb6047

However, `continue` isn't doing anything when not inside a loop and this
now raises a warning in bash 4.4:

"continue: only meaningful in a `for', `while', or `until' loop"
2016-09-22 10:55:22 -05:00
..
appearance.bash Allow custom themes to be in $BASH_IT/custom/themes 2015-11-24 15:55:06 -06:00
composure.bash rename lib/composure.{sh,bash} for consistency and to allow load helper work in tests 2015-03-28 18:54:37 -07:00
helpers.bash Remove `continue` from conditional 2016-09-22 10:55:22 -05:00
history.bash Highlighting color of enabled components 2016-05-07 04:23:03 -07:00
preexec.bash Check for empty or whitespace PROMPT_COMMAND before appending preexec_invoke_cmd 2016-08-04 15:51:15 -05:00
preview.bash Basename -s is platform specific, so use Bash's variable expansion instead. 2015-10-14 16:58:40 -07:00
search.bash Better tests, more resilience and a bug fix 2016-05-12 04:04:51 -07:00