Created
September 10, 2011 14:15
-
-
Save rohinomiya/1208349 to your computer and use it in GitHub Desktop.
_vimrc / load another file
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
if filereadable('~/_vimrc.github') | |
source ~/_vimrc.github | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment