bash-it/lib
John D Pell 02c13b7921 lib/log: handle undefined variables
If the user hasn't defined BASH_IT_LOG_LEVEL, then the integer comparison fails. Handle it by defaulting to '1'.
If lib/log is loaded improperly, the BASH_IT_LOG_PREFIX may be undefined. Unlikely, but no harm in handling it too.
Likewise, if no theme is loaded, then $echo_green, $echo_normal, et al are not defined.
2021-08-26 14:11:41 -07:00
..
appearance.bash lib: Move _has_colors to log module 2020-07-02 20:13:42 +03:00
helpers.bash lib/helpers: invert test in _bash_it_homebrew_check() 2021-08-22 12:48:48 -07:00
log.bash lib/log: handle undefined variables 2021-08-26 14:11:41 -07: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