We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$XDG_CACHE_HOME
1 parent 51a0ae3 commit 9ed8cddCopy full SHA for 9ed8cdd
lib/utilities.bash
@@ -211,7 +211,7 @@ function _bash-it-component-item-is-enabled() {
211
component_type="${1}" item_name="${2?}"
212
fi
213
214
- for each_file in "${BASH_IT}/enabled"/*"${BASH_IT_LOAD_PRIORITY_SEPARATOR?}${item_name}.${component_type}"*."bash" \
+ for each_file in "${BASH_IT?}/enabled"/*"${BASH_IT_LOAD_PRIORITY_SEPARATOR?}${item_name}.${component_type}"*."bash" \
215
"${BASH_IT}/${component_type}"*/"enabled/${item_name}.${component_type}"*."bash" \
216
"${BASH_IT}/${component_type}"*/"enabled"/*"${BASH_IT_LOAD_PRIORITY_SEPARATOR?}${item_name}.${component_type}"*."bash"; do
217
if [[ -f "${each_file}" ]]; then
0 commit comments