Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "bash_it: source reloader.bash without arguments for the defau…
Browse files Browse the repository at this point in the history
…lt enabling"

This reverts commit e05fa47.
This reverts commit ee85367.
gaelicWizard committed Feb 20, 2022
1 parent 5441762 commit f2f34dd
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
@@ -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

0 comments on commit f2f34dd

Please sign in to comment.