zsh/subversion.zsh @ 1f03dce228f5

Move Mercurial out of gorilla for now.
author Steve Losh <steve@stevelosh.com>
date Wed, 20 Jan 2010 00:25:06 -0500
parents 95b6f336d3ba
children (none)
#!/usr/bin/env zsh

# Accomodate the updated version of Subversion
export DYLD_LIBRARY_PATH="/opt/subversion/lib:$DYLD_LIBRARY_PATH"
export PYTHONPATH="/opt/subversion/lib/svn-python:$PYTHONPATH"
export PATH="/opt/subversion/bin:$PATH"