bash-it/lib
John D Pell dee55a03cc drop `dirname` in favor of native Bash strings (1 of 2)
Convert `var=${dirname $filename)` to `var="${filename%/*}` in cases where there is no ambiguity.

Make sure that the path in `$BASH_IT` is absolute because this path gets embedded in the template `.bash_profile` file if selected by the user.
2021-09-16 16:59:02 -07:00
..
appearance.bash lib: Move _has_colors to log module 2020-07-02 20:13:42 +03:00
helpers.bash lib/helpers: handle unset parameter 2021-08-26 14:11:41 -07:00
log.bash lib/log: default to no logging at all 2021-08-26 14:11:41 -07:00
preview.bash lib/preview: handle unbound parameter 2021-08-26 14:11:41 -07:00
search.bash Update jump plugin 2020-02-03 11:43:24 -07:00
utilities.bash drop `dirname` in favor of native Bash strings (1 of 2) 2021-09-16 16:59:02 -07:00