zsh/subversion.zsh @ 215744d7bf15

vim: change the CSS leader.  again.
author Steve Losh <steve@stevelosh.com>
date Mon, 17 May 2010 10:13:58 -0400
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"