dot/bash_profile: Different strategy for finding gnome-keyring-daemon.
[profile] / dot / vimrc
CommitLineData
b3468c3b
MW
1set incsearch
2set showcmd
032e314f 3set autoindent
b3468c3b
MW
4
5if &t_Co > 2 || has("gui_running")
6 syntax on
032e314f
MW
7 set guifont=MiscFixed6x13\ 12
8 hi Normal guifg=white guibg=black
9 set background=dark
b3468c3b 10endif