I'm trying to integrate RVM with gnome-terminal.
Per default, gnome-terminal does not start bash as a login shell. I enabled run command as a login shell
as suggested in this answer about the same topic setting up RVM, but when I do this the .bashrc
file is not read.
For example, I create an environment variable in .bashrc
and then when I start a new gnome-terminal I cannot read it. I need to run explicitly source .bashrc
to read the file.
Is this the expected behavior?