All pastes #964068 Raw Edit

Something

public text v1 · immutable
#964068 ·published 2008-03-31 00:33 UTC
rendered paste body

##
# DELUXE-USR-LOCAL-BIN-INSERT
# (do not remove this comment)
##
echo $PATH | grep -q -s "/usr/local/bin"
if [ $? -eq 1 ] ; then
    PATH=$PATH:/usr/local/bin
    export PATH
fi
export PATH=/opt/local/bin:/opt/local/sbin:$PATH