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