Nvm on ENV...

This commit is contained in:
swagg boi 2025-04-04 14:52:10 -04:00
parent 109c6b20d7
commit 0a4daca182

View File

@ -46,8 +46,8 @@ case `basename $SHELL` in
ENV=$HOME/.kshrc ENV=$HOME/.kshrc
;; ;;
bash) bash)
# Still need ENV for POSIX mode # Setting ENV seems to break man pages and things? 4/4/2025
ENV=$HOME/.bashrc #ENV=$HOME/.bashrc
. $HOME/.bashrc . $HOME/.bashrc
;; ;;
esac esac