dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

.exrc (226B) [raw]


      1 " vi(1) config
      2 " NOTE: purposefully limited to vim(1) compatible
      3 " so that the lack of a ~/.vimrc doesn't cause errors
      4 " if this file is chosen for vim initialization too.
      5 set ruler
      6 set autoindent
      7 set showmatch
      8 set autoindent