This file contains 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
set shell=/bin/bash | |
if $TERM == "xterm" | |
set t_Co=256 " 256 colors | |
endif | |
set nocompatible " be iMproved | |
let mapleader="," " change the leader to be a comma vs slash | |
filetype off " required! | |
set rtp+=~/.vim/bundle/vundle/ | |
call vundle#rc() |