Skip to content

Commit

Permalink
bash_it: source reloader.bash without arguments for the default enabling
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Feb 19, 2022
1 parent 187916d commit e05fa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +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: "
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 e05fa47

Please sign in to comment.