dotfiles

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

commit 9c9a362b0d23dec3e35c24cef2de983f2d630f36
parent 51374ea22849fd3cb60d09b51b7aeb8fed47dfcd
Author: Chris Bracken <cbracken@google.com>
Date:   Mon, 19 Nov 2012 17:55:23 -0800

Update unix font to Monospace

Diffstat:
M.vim/.vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vim/.vimrc b/.vim/.vimrc @@ -37,7 +37,7 @@ if &t_Co > 2 || has("gui_running") if has("gui_macvim") set guifont=Menlo:h12 elseif has("unix") - set guifont=Ubuntu\ Mono\ 12 + set guifont=Monospace\ 11 endif " Highlight trailing whitespace