From 2f604f900f7bebead564b7a60daad44df2e1b655 Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Wed, 15 Nov 2017 18:45:04 -0700 Subject: [PATCH 1/3] vim: guifont to droid sans mono 13 --- home/.gvimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.20.1 From dae819e12c2994b417dbb1160d1f8ea1b5885001 Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Wed, 15 Nov 2017 18:45:16 -0700 Subject: [PATCH 2/3] vim: colorscheme peppers --- home/.vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {{{ -- 2.20.1 From f975e956160637474fd065661ad2858c184a2480 Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Wed, 15 Nov 2017 18:45:57 -0700 Subject: [PATCH 3/3] remove ansible from path (global install) --- home/.sh_common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.20.1