Skip to content

Commit

Permalink
Add specific settings for home machine
Browse files Browse the repository at this point in the history
  • Loading branch information
timmow committed Aug 29, 2011
1 parent ad79f9d commit 3054876
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _vimrc
Expand Up @@ -7,6 +7,12 @@ call pathogen#infect()

syntax enable
set background=dark

if hostname() == 'Tim-Mowers-iMac.local'
set t_Co=256
let g:solarized_termcolors=256
endif

colorscheme solarized
if has('unix')
"set t_Co=256
Expand Down

0 comments on commit 3054876

Please sign in to comment.