From 0a4daca1822ebaf5fd7d79bd28c7dc31b12dda3b Mon Sep 17 00:00:00 2001 From: swaggboi Date: Fri, 4 Apr 2025 14:52:10 -0400 Subject: [PATCH] Nvm on ENV... --- my_home/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my_home/.profile b/my_home/.profile index 852b195..fb1157b 100644 --- a/my_home/.profile +++ b/my_home/.profile @@ -46,8 +46,8 @@ case `basename $SHELL` in ENV=$HOME/.kshrc ;; bash) - # Still need ENV for POSIX mode - ENV=$HOME/.bashrc + # Setting ENV seems to break man pages and things? 4/4/2025 + #ENV=$HOME/.bashrc . $HOME/.bashrc ;; esac