#1 WIP: test this out

Open
brennen wants to merge 3 commits from exuberance into main
  1. +1
    -1
      home/.gvimrc
  2. +2
    -2
      home/.sh_common
  3. +2
    -1
      home/.vimrc

+ 1
- 1
home/.gvimrc View File

@ -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
- 2
home/.sh_common View File

@ -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
- 1
home/.vimrc View File

@ -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 {{{


Loading…
Cancel
Save