From e873252227831ba083aef50ccf30a63b6e7f2f8c Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sun, 6 Dec 2020 23:55:25 +0200 Subject: [PATCH] Disable auto-reload in install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 8250c3df..a16a0f89 100755 --- a/install.sh +++ b/install.sh @@ -153,6 +153,8 @@ elif [[ $silent ]] && ! [[ $no_modify_config ]]; then backup_new fi +# Disable auto-reload in case its enabled +export BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE='' # Load dependencies for enabling components source "$BASH_IT/lib/composure.bash" source "$BASH_IT/lib/utilities.bash"