How do I get GNU screen to read .bash_profile/.bash_rc changes?

Viewed 18602

After I make changes in .bash_rc or .bash_profile, when I start GNU screen, it doesn't recognize those changes. I can

source ~/.bash_profile

and it works for the current screen window I have open, but I have to do that for every screen window I have open.

How do I get screen to read my latest changes in my bash configuration?

2 Answers
Related