# HG changeset patch # User Steve Losh # Date 1275972453 14400 # Node ID e261bb2a24e2cf100eaeacc3bdfbf1b7922530bd # Parent 03065a9200c4d98560d84fe8794312a85008145e A bunch of stuff. diff -r 03065a9200c4 -r e261bb2a24e2 .hgignore --- a/.hgignore Tue Jun 01 12:01:08 2010 -0400 +++ b/.hgignore Tue Jun 08 00:47:33 2010 -0400 @@ -5,3 +5,4 @@ .netrwhist *.swp tags +config/bcvi diff -r 03065a9200c4 -r e261bb2a24e2 .zshrc --- a/.zshrc Tue Jun 01 12:01:08 2010 -0400 +++ b/.zshrc Tue Jun 08 00:47:33 2010 -0400 @@ -14,8 +14,8 @@ # Environment variables ------------------------------------------------------ export EDITOR='vim' +export PATH="$HOME/.gem/ruby/1.8/bin:${PATH}" export PATH="/usr/local/bin:/usr/local/sbin:$HOME/lib/fmscripts:$HOME/bin:$PATH" -export PATH="$HOME/.gem/ruby/1.8/bin:${PATH}" export PATH="/opt/subversion/bin:${PATH}" export PATH="${PATH}:/usr/local/Cellar/PyPi/3.6/bin" export PATH="${PATH}:/usr/local/Cellar/python/2.6.4/bin" @@ -46,3 +46,9 @@ z --add "$(pwd -P)" title zsh "$(pwd)" } + +# BCVI ----------------------------------------------------------------------- +test -n "$(which bcvi)" && eval "$(bcvi --unpack-term)" +test -n "${BCVI_CONF}" && alias vi="bcvi" +test -n "${BCVI_CONF}" && alias suvi="EDITOR='bcvi -c viwait' sudoedit" +test -n "${BCVI_CONF}" && alias bcp="bcvi -c scpd" diff -r 03065a9200c4 -r e261bb2a24e2 vim/colors/molokai.vim --- a/vim/colors/molokai.vim Tue Jun 01 12:01:08 2010 -0400 +++ b/vim/colors/molokai.vim Tue Jun 08 00:47:33 2010 -0400 @@ -117,6 +117,7 @@ hi NonText guifg=#BCBCBC guibg=#3B3A32 else hi Normal guifg=#F8F8F2 guibg=#1B1D1E + hi Folded guifg=#666666 guibg=#1B1D1E hi Comment guifg=#465457 hi CursorLine guibg=#232728 hi CursorColumn guibg=#232728 @@ -213,4 +214,4 @@ hi CursorColumn ctermbg=234 hi LineNr ctermfg=250 ctermbg=234 hi NonText ctermfg=250 ctermbg=234 -end \ No newline at end of file +end