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
;;
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