bash-it/test
John D Pell 1dfa28af25 lib/helpers: first `shellcheck` pass
Quote things, SC2268, SC2143, SC2181, SC2162, SC2016, SC2013, &c.

Rewrite globbing per `shellcheck`’s SC2013, and alsö s/typeset/local/g. Eliminate `compgen` where possible.

Alsö: use the existing utility functions `_bash-it-get-component-type-from-path` and `_bash-it-get-component-name-from-path`, which just use parameter substitution anyway. Why was `sed` here?

Alsö, don't add not-existing directories to `$PATH` in `pathmunge()`
2021-10-13 21:59:20 -07:00
..
bash_it Getting Bash-it to use the vendored composure 2021-02-02 16:34:04 +01:00
completion Getting Bash-it to use the vendored composure 2021-02-02 16:34:04 +01:00
fixtures lib/helpers: first `shellcheck` pass 2021-10-13 21:59:20 -07:00
install Getting Bash-it to use the vendored composure 2021-02-02 16:34:04 +01:00
lib plugin/base: improvements (#1930) 2021-09-28 15:13:27 +03:00
plugins lib/helpers: first `shellcheck` pass 2021-10-13 21:59:20 -07:00
themes lib/theme: new `_bash_it_appearance_scm_init()` 2021-09-11 10:22:17 -07:00
lint-requirements.txt ci: Add pre-commit run and remove trailling spaces 2020-10-28 11:51:04 +02:00
run test: Use `${PWD}` instead of `$(pwd)` 2021-09-18 13:15:13 -07:00
test_helper.bash Getting Bash-it to use the vendored composure 2021-02-02 16:34:04 +01:00