e261bb2a24e2

A bunch of stuff.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Jun 2010 00:47:33 -0400
parents 03065a9200c4
children df2e92b1e5f0
branches/tags (none)
files .hgignore .zshrc vim/colors/molokai.vim

Changes

--- 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
--- 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"
--- 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