Skip to content

Instantly share code, notes, and snippets.

@dbeckham
dbeckham / svn_colordiff.sh
Created July 19, 2013 15:34
Custom bash wrapper function for svn diffs in color using a pager.
# Color diffs for Subversion
#
# Install:
# Add this function to your ~/.bashrc
#
# $ brew install colordiff
# $ source ~/.bashrc
#
function svndiff {
if [[ -t 1 ]]; then