Skip to content

Commit e05fa47

Browse files
committed
bash_it: source reloader.bash without arguments for the default enabling
1 parent 187916d commit e05fa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_it.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +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-
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"}
4242
BASH_IT_LOG_PREFIX="core: main: "
4343
done
4444

0 commit comments

Comments
 (0)