This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " remove any pre-existing auto-commands so we don't define them twice | |
| " if this .vimrc gets sourced twice | |
| :autocmd! | |
| if $SHELL =~ 'bin/fish' | |
| set shell=/bin/bash | |
| endif | |
| " Load ~/.vim/bundle packages | |
| call pathogen#infect() |