diff --git a/home/.gvimrc b/home/.gvimrc index e04dbb9..310e82f 100644 --- a/home/.gvimrc +++ b/home/.gvimrc @@ -6,7 +6,7 @@ set t_vb= " font stuffs " set guifont=Ubuntu\ Mono\ 14 -" set guifont=Droid\ Sans\ Mono\ 13 +set guifont=Droid\ Sans\ Mono\ 13 " color scheme - differs for terminal vim; i have yet to find anything that " works equally well for both: diff --git a/home/.sh_common b/home/.sh_common index 50c8346..312493d 100644 --- a/home/.sh_common +++ b/home/.sh_common @@ -8,11 +8,11 @@ # # Beware that other modifications to path might be made in .zshrc or .bashrc export GOPATH=~/gocode -export PATH=~/code/ansible/bin:~/firefox:~/bin:/usr/local/bin:~/.local/bin/:$PATH:$GOPATH/bin:~/.chefdk/gem/ruby/2.3.0/bin +export PATH=~/firefox:~/bin:/usr/local/bin:~/.local/bin/:$PATH:$GOPATH/bin:~/.chefdk/gem/ruby/2.3.0/bin # Needed for ansible - wouldn't surprise me if this interfered with other # things: -export PYTHONPATH=~/code/ansible/lib +# export PYTHONPATH=~/code/ansible/lib # Debian stuff: export DEBEMAIL="bbearnes@gmail.com" diff --git a/home/.vimrc b/home/.vimrc index 8279257..fd6e17d 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -592,12 +592,13 @@ set nocompatible " colorscheme brookstream " colorscheme mustang " colorscheme dark-ruby - colorscheme Tomorrow-Night-Bright + " colorscheme Tomorrow-Night-Bright " colorscheme pyte " colorscheme wargrey " colorscheme hybrid " colorscheme icansee " colorscheme candycode + colorscheme peppers " }}} " folding {{{