diff --git a/.zprofile b/.zprofile index 82d43cf..b8b0d74 100644 --- a/.zprofile +++ b/.zprofile @@ -5,7 +5,10 @@ if [ -f "$EXEC" ] then source $EXEC fi -sock=`findsock $$` +if [ -f /usr/local/bin/findsock ] +then + sock=`findsock $$` +fi if [ -z "$sock" ] then vhost=`hostname`