bash-it/lib
John D Pell 9e255c2139 lib/helpers: new function to set BASH_IT_HOMEBREW_PREFIX
New function `_bash_it_homebrew_check()` sets global variable `$BASH_IT_HOMEBREW_PREFIX` using `brew --prefix` if `brew` exists as a valid command. If `brew` isn't installed, then return failure.

Plugins can test for `brew` by calling this function and, if it succeeds, they can rely on `$BASH_IT_HOMEBREW_PREFIX` being defined properly.
2021-08-22 12:48:48 -07:00
..
appearance.bash lib: Move _has_colors to log module 2020-07-02 20:13:42 +03:00
helpers.bash lib/helpers: new function to set BASH_IT_HOMEBREW_PREFIX 2021-08-22 12:48:48 -07:00
log.bash lib: log: Insert log level before message prefix 2020-07-02 21:11:40 +03:00
preview.bash Fixed missing quotes around $BASH_IT variable 2017-06-24 17:31:30 +02:00
search.bash Update jump plugin 2020-02-03 11:43:24 -07:00
utilities.bash lib: Add get-component-name/type-from-path 2020-07-02 20:13:57 +03:00