bash-it/lib
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
..
appearance.bash lib: Move _has_colors to log module 2020-07-02 20:13:42 +03:00
helpers.bash lib/helpers: first `shellcheck` pass 2021-10-13 21:59:20 -07:00
log.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
preview.bash lib/preview: handle unbound parameter 2021-08-26 14:11:41 -07:00
search.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
utilities.bash Lint: prepare `lib/utilities` for `shellcheck` (#1933) 2021-09-28 15:24:18 +03:00