dotfiles

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

commit a53887af7c5f9d4fd258d5a8c9ea0924ea9abe50
parent 6fc2dfcc8c0f7fe97129e87efa5c63a79feb8b45
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 15 Jan 2016 08:08:47 -0800

Prioritize Fixed font over Ricty

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

diff --git a/.vim/vimrc b/.vim/vimrc @@ -115,7 +115,7 @@ if &t_Co > 2 || has("gui_running") if has("gui_macvim") set guifont=Menlo:h11 elseif has("unix") - set guifont=Ricty\ 10,Fixed\ 10,Source\ Code\ Pro\ 10,Monospace\ 10 + set guifont=Fixed\ 10,Ricty\ 10,Source\ Code\ Pro\ 10,Monospace\ 10 endif endif