Skip to content

Commit

Permalink
Merge pull request #2097 from gaelicWizard/skip
Browse files Browse the repository at this point in the history
  • Loading branch information
seefood authored Nov 10, 2024
2 parents 38b600a + c6c4b73 commit ab9354b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bash_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ done
# "_bash_it_main_file_type" param is empty so that files get sourced in glob order
for _bash_it_main_file_type in "" "aliases" "plugins" "completion"; do
BASH_IT_LOG_PREFIX="core: reloader: "
# shellcheck disable=SC2140
source "${BASH_IT}/scripts/reloader.bash" ${_bash_it_main_file_type:+"skip" "$_bash_it_main_file_type"}
source "${BASH_IT}/scripts/reloader.bash" "${_bash_it_main_file_type:+skip}" "$_bash_it_main_file_type"
BASH_IT_LOG_PREFIX="core: main: "
done

Expand Down

0 comments on commit ab9354b

Please sign in to comment.