Skip to content

Instantly share code, notes, and snippets.

@eduresende
Created June 22, 2013 14:00
Show Gist options
  • Save eduresende/5840966 to your computer and use it in GitHub Desktop.
Save eduresende/5840966 to your computer and use it in GitHub Desktop.
" Set font according to system
if has("mac")
set gfn=Inconsolata-dz:h12
set shell=/bin/bash
elseif has("win32")
set gfn=Bitstream\ Vera\ Sans\ Mono:h13
elseif has("unix")
set gfn=Ubuntu\ Mono\ 12
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment