# HG changeset patch # User Steve Losh # Date 1320328151 14400 # Node ID 97ed9c696a482efa6deee6543e20b5dc2cf7de16 # Parent 4757d3a7cd629193fedf7944ac1e221ec5049913 Various stuff. diff -r 4757d3a7cd62 -r 97ed9c696a48 .hgsub --- 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 diff -r 4757d3a7cd62 -r 97ed9c696a48 .hgsubstate --- 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 diff -r 4757d3a7cd62 -r 97ed9c696a48 .zshrc --- 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' diff -r 4757d3a7cd62 -r 97ed9c696a48 zsh/misc.zsh --- a/zsh/misc.zsh Wed Nov 02 09:25:46 2011 -0400 +++ b/zsh/misc.zsh Thu Nov 03 09:49:11 2011 -0400 @@ -85,3 +85,6 @@ function fack () { find . $@ | grep -v '/\.hg\|/\.git' } + +alias collapse="sed -e 's/ */ /g'" +alias cuts="cut -d' '"