How do I get vim's :sh command to source my bashrc?

Viewed 6383

Whenever I start a shell in vim using :sh, it doesn't source my ~/.bashrc file. How can I get it to do this automatically?

3 Answers
Related