.bashrc: alias vim to vim -X and put cmccabe-bin before other PATH items
[cmccabe-etc] / .vim / ftdetect / proto.vim
1 augroup filetype
2   au! BufRead,BufNewFile *.proto setfiletype proto
3 augroup end