Add ENV even for bash

This commit is contained in:
swagg boi 2025-04-04 12:22:59 -04:00
parent 5be8a10d6e
commit 394facc8ad

View File

@ -46,6 +46,8 @@ case `basename $SHELL` in
ENV=$HOME/.kshrc
;;
bash)
# Still need ENV for POSIX mode
ENV=$HOME/.bashrc
. $HOME/.bashrc
;;
esac