zsh/subversion.zsh @ b6bd2bf5e4a8

Remove old bash files, add pianobar config.
author Steve Losh <steve@stevelosh.com>
date Fri, 29 Jan 2010 11:12:52 -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"