How to load ~/.bash_profile when entering bash from within zsh?
问题 I've used bash for two years, and just tried to switch to zsh shell on my OS X via homebrew. And I set my default (login) shell to zsh, and I confirmed it's set properly by seeing that when I launch my Terminal, it's zsh shell that is used in default. However, when I try to enter bash shell from within zsh, it looks like not loading ~/.bash_profile , since I cannot run my command using aliases, which is defined in my ~/.bash_profile like alias julia="~/juila/julia" , etc.. Also, the prompt is