I have a ~/.vimrc file that vim doesn\'t seem to be reading. There is a file at /etc/vimrc, and it looks like it is using that one.
My understanding is that the one
I had this problem and just added the following to the file ~/.bash_profile:
~/.bash_profile
alias vim="vim -S ~/.vimrc"