I want to load my personalized bash file ~/.bashrc.me instead of the one that is located at ~/.bashrc
I was hoping there was something to the effect of:
bash --dotfile=.bashrc.me
Does such a thing exist?
I'd rather not mess around with $SHELL, I find that inelegant and it might complicate my end goal (to do with ssh'ing into a shared machine and piping in my dotfile, but that's another question).
EDIT: To use a local dotfile in a remote SSH session, see this: https://superuser.com/a/1078431/114723