How to get .bashrc to run when I open a terminal?

Currently the .bashrc does not run each time I open a terminal window. How do I get it to run when each terminal window opens?

Thank you.

There are no terminal windows, the terminal that we offer in the editor is an HTML UI on top of stdin/stdout/stderr that looks like bash and friends. Don’t rely on it to do anything more than give you a way to directly issue commands.

1 Like

dunno if this is suitable for your case, but I’ve been using .profile

see this chart. I take it the glitch terminal is interactive and is a login shell
https://www.solipsys.co.uk/new/BashInitialisationFiles.html

2 Likes