From 3b837dd6d7d656ffacff98cf5f4fe6a6ad185029 Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Tue, 22 Dec 2020 23:31:27 +0000 Subject: [PATCH] Remove quotes per request in #1749 --- scripts/reloader.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reloader.bash b/scripts/reloader.bash index e5fb4e39..8c2139b1 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