zsh/subversion.zsh @ ac5a5af0afca

Add NERDTree.
author Steve Losh <steve@stevelosh.com>
date Mon, 10 May 2010 18:30:05 -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"