bash-it/lib
John D Pell 470341b23a Drop `basename` in favor of Bash strings
Convert `var=$(basename $file)` to `var="${file##*/}"`
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 Drop `basename` in favor of Bash strings 2021-09-16 16:59:02 -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