When tmux starts or opens a new window, it does not load my .profile or .bashrc. I end up typing . ~/.bashrc every time. Is there a
.profile
.bashrc
. ~/.bashrc
The solution that worked for me is the following:
.bash_profile
~
source ~/.bashrc
source ~/.profile
The issue should now be fixed.