commit 56c767f302064ab4d2c313a0eb1465f871db4f72
parent 382e99be6d63d39c8b198542f3b46f4fa09ac646
Author: Chris Bracken <chris@bracken.jp>
Date: Tue, 26 Feb 2013 23:53:33 -0800
Switched to Source Code Pro 11 on unix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/.vimrc b/.vim/.vimrc
@@ -38,7 +38,7 @@ if &t_Co > 2 || has("gui_running")
if has("gui_macvim")
set guifont=Menlo:h14
elseif has("unix")
- set guifont=Monospace\ 11
+ set guifont=Source\ Code\ Pro\ 11
endif
if has("autocmd")