Setup:
Setting BASH_IT_CUSTOM in my .bashrc prior to source bash_it.sh
e.g. export BASH_IT_CUSTOM=/home/foo/bash_it_custom
These files are not loaded unless I set globstar option in bash prior to loading bash_it.sh. Looking at the code it appears that it is using a "**" which requires the globstar option for evaluation.
bash --version GNU bash, version 4.4.20(1)-release (x86_64-pc-linux-gnu)