dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 9741d8f5a13c70d422321d1b3e72ba76cd3d2bba
parent 56c767f302064ab4d2c313a0eb1465f871db4f72
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 26 Feb 2013 23:56:43 -0800

Added fallback to Monospace in case Source Code Pro is not available

Diffstat:
M.vim/.vimrc | 2+-
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=Source\ Code\ Pro\ 11 + set guifont=Source\ Code\ Pro\ 11,Monospace\ 11 endif if has("autocmd")