From a5bbeeec606c340519f78dd9548546d926512f30 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 25 Aug 2026 07:42:16 +0400 Subject: [PATCH] quick fix bash exec NOT -l --- etc/bash.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/bash.bashrc b/etc/bash.bashrc index a294542..fcd341a 100644 --- a/etc/bash.bashrc +++ b/etc/bash.bashrc @@ -214,7 +214,8 @@ function miaou-bash { if [[ "$code" == 0 ]]; then if [[ "${1:-}" =~ --self-upgrade|--uninstall ]]; then echo 'reloading session now!' - exec bash -l + #exec bash -l + exec bash fi fi return $code