From 394facc8ad2b940a9ec1aaddedc48297e94518df Mon Sep 17 00:00:00 2001 From: swaggboi Date: Fri, 4 Apr 2025 12:22:59 -0400 Subject: [PATCH] Add ENV even for bash --- my_home/.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/my_home/.profile b/my_home/.profile index 20fee4b..af84ed1 100644 --- a/my_home/.profile +++ b/my_home/.profile @@ -46,6 +46,8 @@ case `basename $SHELL` in ENV=$HOME/.kshrc ;; bash) + # Still need ENV for POSIX mode + ENV=$HOME/.bashrc . $HOME/.bashrc ;; esac