Created
May 18, 2011 02:44
-
-
Save heronmedeiros/977902 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if has("gui_running") | |
if has("gui_gnome") | |
"set term=gnome-256color "MUDO ESSA LINHA | |
set t_Co=256 "ACRESCENTO ESSA | |
colorscheme railscasts2 | |
set guifont=Monaco\ Bold\ 12 | |
endif | |
else | |
let g:CSApprox_loaded = 1 | |
if $COLORTERM == 'gnome-terminal' | |
"set term=gnome-256color "MUDO ESSA LINHA | |
set t_Co=256 "ACRESCENTO ESSA | |
colorscheme railscasts2 | |
else | |
colorscheme default | |
endif | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment