55cecb172513
hg: add the hgd alias
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 06 Dec 2010 12:21:46 -0500 |
parents | f21a803ee3ba |
children | ebf268c8af02 |
branches/tags | (none) |
files | zsh/misc.zsh |
Changes
--- a/zsh/misc.zsh Fri Dec 03 16:37:00 2010 -0500 +++ b/zsh/misc.zsh Mon Dec 06 12:21:46 2010 -0500 @@ -60,3 +60,6 @@ export DYLD_LIBRARY_PATH="/opt/subversion/lib:$DYLD_LIBRARY_PATH" export PYTHONPATH="/opt/subversion/lib/svn-python:$PYTHONPATH" export PATH="/opt/subversion/bin:$PATH" + +# hgd +alias h='~/src/hgd/hd'