bash-it/lib
John D Pell c08267e25d lib/helpers: eliminate assumptions about login shells
Bash loads initialization files on Mac just the same as it does on Linux or WSL. Our previous assumptions were wrong, and my fix was alsö wrong because I made more assumptions!

This patch eliminates the assumptions. Literally just load either the startup file the shell started with, or fall back to `~/.bashrc`. Don't check `shopt -q login_shell` and don't check `$OSTYPE` or anything else.
2022-01-28 03:59:02 -08:00
..
appearance.bash lib: Move _has_colors to log module 2020-07-02 20:13:42 +03:00
helpers.bash lib/helpers: eliminate assumptions about login shells 2022-01-28 03:59:02 -08:00
log.bash lib/log: function `_bash-it-log-prefix-by-path()` 2022-01-09 00:49:44 -08:00
preexec.bash lib: preexec: Properly return if there was a conflict in check_*_conflict 2022-01-26 18:25:37 +02:00
preview.bash lib/preview: handle unbound parameter 2021-08-26 14:11:41 -07:00
search.bash Use `_bash-it-egrep()` 2021-10-18 22:08:56 -04:00
utilities.bash lib/utilities: autonomize `_bash-it-component-item-is-enabled()` 2022-01-18 11:06:21 -08:00