This commit is contained in:
Alex Yatskov 2016-06-28 21:25:51 -07:00
parent a184f231a6
commit d219ef6586
2 changed files with 8 additions and 7 deletions

View File

@ -1,12 +1,5 @@
set nocompatible
if &shell =~ 'bin/fish'
set shell=/bin/sh
endif
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()
filetype indent plugin on
colorscheme molokai
syntax enable
@ -59,3 +52,7 @@ if has('gui_running')
set guioptions-=m
set guioptions-=r
endif
if &shell =~ 'bin/fish'
set shell=/bin/sh
endif

View File

@ -1,3 +1,7 @@
" vim-pathogen
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()
" ag.vim
let g:ag_working_path_mode="r"