From 02ad09246e040152ef5b1f3da9fa9acd744fc261 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 18 Aug 2026 18:59:58 +0400 Subject: [PATCH] new installation process --- lib/initiate.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/initiate.bash b/lib/initiate.bash index c33f2a9..c10a462 100644 --- a/lib/initiate.bash +++ b/lib/initiate.bash @@ -117,7 +117,8 @@ function force_reload { echo profile if ! source /etc/profile 2>/dev/null; then # arch: dismiss error `PS1: unbound variable` - source /etc/bash.bashrc + echo bashrc + ! source /etc/bash.bashrc || true fi echo DONE }