From 11d8f250d1aa3d3f5bd10095037e35755392bd3e 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 b9ea5c68..7cc74f05 100755 --- a/install.sh +++ b/install.sh @@ -171,6 +171,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"