From 4a13b5cea8455b367f4b81d9a5984310966c4fba Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 17:50:29 -0700 Subject: [PATCH] Add note that bash will still need reloaded after automatic updates, lol. --- rc_shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index 734f202..e85ce7d 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -602,7 +602,7 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')" reload-shared || success=1 if [[ $success == 0 ]]; then title="env-shared Updated" - message="Updated with 'reload-shared'." + message="Reloaded automatically, please reload BASH. :)" else title="env-shared Updates Available" message="Update with 'reload-shared'."