ed5d800d4a8a
Add hgsubversion.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 01 Mar 2010 11:45:01 -0500 |
parents | 2d4254295859 |
children | c7536eed5cc8 |
branches/tags | (none) |
files | .hgrc .zshrc |
Changes
--- a/.hgrc Thu Feb 11 09:38:28 2010 -0500 +++ b/.hgrc Mon Mar 01 11:45:01 2010 -0500 @@ -18,6 +18,7 @@ paste = ~/lib/hg/hg-paste/paste.py prompt = ~/lib/hg/hg-prompt/prompt.py histedit = ~/lib/hg/histedit +hgsubversion = ~/lib/hg/hgsubversion/hgsubversion hggit = ~/lib/hg/hg-git/hggit collapse = ~/lib/hg/hgcollapse/hgext/collapse.py review = ~/lib/hg/hg-review/review
--- a/.zshrc Thu Feb 11 09:38:28 2010 -0500 +++ b/.zshrc Mon Mar 01 11:45:01 2010 -0500 @@ -26,6 +26,7 @@ export EDITOR='vim' 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 WORKON_HOME="${HOME}/lib/virtualenvs" export GREP_OPTIONS='--color=auto' export HISTSIZE=1000