bash-it/plugins
John D Pell c41bc37281 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-05 17:01:55 -07:00
..
available drop `dirname` in favor of native Bash strings (1 of 2) 2021-09-05 17:01:55 -07:00