Skip to content

Instantly share code, notes, and snippets.

@tomkersten
Created June 20, 2011 19:24
Show Gist options
  • Save tomkersten/1036352 to your computer and use it in GitHub Desktop.
Save tomkersten/1036352 to your computer and use it in GitHub Desktop.
" ----------------------------------------------------------------------------
" Terminal setup
" ----------------------------------------------------------------------------
set term=xterm-256color
set t_Co=256 "Set terminal to 256 colors
" ----------------------------------------------------------------------------
" Syntax highlighting
" ----------------------------------------------------------------------------
syntax on "Turns on syntax highlighting...SHOULD BE
"AFTER 't_Co' & 'term' declarations
colorscheme wombat256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment