From 3afe64130c86379002b4d6b580e0adb4df258e04 Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Wed, 23 Dec 2020 01:09:24 +0000 Subject: [PATCH] Undo previous commit, as it result in an error --- scripts/reloader.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reloader.bash b/scripts/reloader.bash index 8c2139b1..e5fb4e39 100644 --- a/scripts/reloader.bash +++ b/scripts/reloader.bash @@ -16,7 +16,7 @@ if [ "$1" != "skip" ] && [ -d "./enabled" ]; then alias|completion|plugin) _bash_it_config_type=$1 _log_debug "Loading enabled $1 components..." ;; - *|) + *|'') _log_debug "Loading all enabled components..." ;; esac