Merge with personal settings.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 01 Mar 2010 11:47:48 -0500 |
parents |
ed5d800d4a8a
(diff)
c4483b80c572
(current diff)
|
children |
c28dffabd937
|
branches/tags |
(none) |
files |
.hgrc .zshrc |
Changes
--- a/.hgrc Sat Feb 27 16:52:58 2010 -0500
+++ b/.hgrc Mon Mar 01 11:47:48 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 Sat Feb 27 16:52:58 2010 -0500
+++ b/.zshrc Mon Mar 01 11:47:48 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 PATH="${PATH}:/usr/local/Cellar/PyPi/3.6/bin"
export WORKON_HOME="${HOME}/lib/virtualenvs"
export GREP_OPTIONS='--color=auto'