From fab6b7045f5bcb7a1f6dc9a32ff045332c025e33 Mon Sep 17 00:00:00 2001 From: Simone Cusano Date: Sun, 19 Jul 2026 13:48:12 +0100 Subject: [PATCH] Updated the source ~/.bashrc --- installer/brc-script-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/brc-script-install.sh b/installer/brc-script-install.sh index 32b345d..9b72be3 100755 --- a/installer/brc-script-install.sh +++ b/installer/brc-script-install.sh @@ -156,7 +156,8 @@ done # APPLY CHANGES # ======================== # shellcheck disable=SC1090 -source "$bashrc" +#source "$bashrc" +source ~/.bashrc echo "[ Bashrc reloaded ]" # ========================