Use desert colorscheme at the console

This commit is contained in:
Anthony Rose 2015-10-13 14:54:35 +00:00
parent 6366532789
commit 08f7c96d1f

1
vimrc
View file

@ -2,6 +2,7 @@ set nocompatible
runtime bundle/vim-pathogen/autoload/pathogen.vim runtime bundle/vim-pathogen/autoload/pathogen.vim
silent! execute pathogen#infect() silent! execute pathogen#infect()
colorscheme desert
filetype plugin indent on filetype plugin indent on
set autoindent set autoindent
set background=dark set background=dark