From d219ef6586983b39056ee229613ac8148ba1c65b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 28 Jun 2016 21:25:51 -0700 Subject: [PATCH] Cleanup --- .vim/options.vim | 11 ++++------- .vim/plugins.vim | 4 ++++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.vim/options.vim b/.vim/options.vim index 2b2b10d..0ec6bf1 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -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 diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 67a6be2..c255394 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -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"