Skip to content

Commit 406bd4b

Browse files
committed
Revert "bash_it: source reloader.bash without arguments for the default enabling"
This reverts commit e05fa47. This reverts commit ee85367.
1 parent 33bade2 commit 406bd4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bash_it.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ done
3838
# "_bash_it_main_file_type" param is empty so that files get sourced in glob order
3939
for _bash_it_main_file_type in "" "aliases" "plugins" "completion"; do
4040
BASH_IT_LOG_PREFIX="core: reloader: "
41-
# shellcheck disable=SC2140
42-
source "${BASH_IT}/scripts/reloader.bash" ${_bash_it_main_file_type:+"skip" "$_bash_it_main_file_type"}
41+
source "${BASH_IT}/scripts/reloader.bash" "${_bash_it_main_file_type:+skip}" "$_bash_it_main_file_type"
4342
BASH_IT_LOG_PREFIX="core: main: "
4443
done
4544

0 commit comments

Comments
 (0)