97ed9c696a48
Various stuff.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 03 Nov 2011 09:49:11 -0400 |
parents | 4757d3a7cd62 |
children | 27ec8da23760 |
branches/tags | (none) |
files | .hgsub .hgsubstate .zshrc zsh/misc.zsh |
Changes
--- a/.hgsub Wed Nov 02 09:25:46 2011 -0400 +++ b/.hgsub Thu Nov 03 09:49:11 2011 -0400 @@ -9,7 +9,7 @@ vim/bundle/nerdtree = [git]git://github.com/scrooloose/nerdtree.git vim/bundle/surround = [git]git://github.com/tpope/vim-surround.git vim/bundle/sparkup = [git]git://github.com/sjl/vim-sparkup.git -vim/bundle/syntastic = [git]git://github.com/roman/syntastic.git +vim/bundle/syntastic = [git]git://github.com/scrooloose/syntastic.git vim/bundle/vim-javascript = [git]git://github.com/pangloss/vim-javascript.git vim/bundle/strftimedammit = [hg]http://bitbucket.org/sjl/strftimedammit.vim/ vim/bundle/easymotion = [git]git://github.com/Lokaltog/vim-easymotion.git
--- a/.hgsubstate Wed Nov 02 09:25:46 2011 -0400 +++ b/.hgsubstate Thu Nov 03 09:49:11 2011 -0400 @@ -20,7 +20,7 @@ 6eec2c131213850ed65fd6da494dfd1a0d620a4e vim/bundle/strftimedammit 80ec6539e4139a2e0281a0f1e36d5038d55ad980 vim/bundle/supertab d9e6bfdd902fc661c8fd58ede248ccfc3b3039d7 vim/bundle/surround -50e99cc2c108e1248c6f12b3b660b4abd1ad3869 vim/bundle/syntastic +e220e1d8e6582b67618ac0d07b32c02e5f78210f vim/bundle/syntastic 369ed2855a55d6a9553b679825e19f1a3e487583 vim/bundle/threesome c0a4929c940e4fb32f8aaa70440da113c7064467 vim/bundle/vim-arpeggio b944e534bd6bbfc4fd56d4ee1a8aa831188387b0 vim/bundle/vim-coffee-script
--- a/.zshrc Wed Nov 02 09:25:46 2011 -0400 +++ b/.zshrc Thu Nov 03 09:49:11 2011 -0400 @@ -23,7 +23,7 @@ # Environment variables ------------------------------------------------------ export EDITOR='vim' export PATH="$HOME/.gem/ruby/1.8/bin:${PATH}" -export PATH="/usr/local/bin:/usr/local/sbin:$HOME/bin:/opt/local/bin:$PATH" +export PATH="$HOME/bin:/usr/local/bin:/usr/local/sbin:/opt/local/bin:$PATH" export PATH="/opt/subversion/bin:${PATH}" export PATH="/usr/local/Cellar/ruby/1.9.2-p290/bin:${PATH}" export GREP_OPTIONS='--color=auto'