diff --git a/vimrc b/vimrc index 04d6bd9..07c94d3 100644 --- a/vimrc +++ b/vimrc @@ -6,19 +6,12 @@ set nobackup set writebackup set noswapfile -" Set shell to use -" Probably won't work on Windows +" Set which shell to use +" Probably wont work on Windows set shell=/bin/sh " Color Scheme -" Theme: Hybrid -"set background=dark -"let g:hybrid_termcolors=256 -"let g:hybrid_custom_term_colors = 1 -"let g:hybrid_reduced_contrast = 1 " Remove this line if using the default palette. -"colorscheme hybrid - " Theme: Solarized syntax reset set background=dark