1e3f788b38b4

Merge the work and home changes.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 20 Jan 2010 00:26:11 -0500
parents 5db76a0b018d (diff) 6c9b566cf5ac (current diff)
children 31783e86ee39
branches/tags (none)
files zsh/tasks.zsh

Changes

--- a/.hgrc	Wed Jan 20 00:23:05 2010 -0500
+++ b/.hgrc	Wed Jan 20 00:26:11 2010 -0500
@@ -15,13 +15,12 @@
 parentrevspec =
 schemes = 
 hgshelve = ~/lib/hg/hgshelve/hgshelve.py
-paste = ~/src/hg-paste/paste.py
-prompt = ~/src/hg-prompt/prompt.py
+paste = ~/lib/hg/hg-paste/paste.py
+prompt = ~/lib/hg/hg-prompt/prompt.py
 histedit = ~/lib/hg/histedit
 hggit = ~/lib/hg/hg-git/hggit
 collapse = ~/lib/hg/hgcollapse/hgext/collapse.py
-diffstat = ~/lib/hg/hgdiffstat/hgext/diffstat.py
-review = ~/src/hg-review/review
+review = ~/lib/hg/hg-review/review
 
 [schemes]
 webf = ssh://sjl@sjl.webfactional.com/repos/
--- a/.zshrc	Wed Jan 20 00:23:05 2010 -0500
+++ b/.zshrc	Wed Jan 20 00:26:11 2010 -0500
@@ -37,6 +37,10 @@
 export R_LIBS="$HOME/lib/r"
 export BAT_CHARGE="$HOME/bin/batcharge.py"
 
+# Mercurial variables --------------------------------------------------------
+export PATH="$HOME/lib/hg/hg-stable:$PATH"
+export PYTHONPATH="$HOME/lib/hg/hg-stable:$PYTHONPATH"
+
 # Extra shell extensions like z and tab completion for Mercurial -------------
 source ~/lib/z/z.sh
 source ~/lib/python/virtualenvwrapper/virtualenvwrapper_bashrc