From bd8cb2713e96faebd7d314c2c58b2ba0ce091656 Mon Sep 17 00:00:00 2001 From: hjp Date: Thu, 2 Feb 2006 16:01:12 +0000 Subject: [PATCH] Eliminated findsock and oraprofile. --- .zprofile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.zprofile b/.zprofile index cd7af30..9737266 100644 --- a/.zprofile +++ b/.zprofile @@ -1,26 +1,9 @@ # -# $Id: .zprofile,v 1.14 2005-02-22 18:22:34 hjp Exp $ +# $Id: .zprofile,v 1.15 2006-02-02 16:01:12 hjp Exp $ # # this is sourced for login shells after .zshenv but before .zshrc # umask 022 -if [ -f /usr/local/bin/findsock ] -then - sock=`findsock $$` -fi -if [ -z "$sock" ] -then - vhost=`hostname` -else - vhost="$sock" -fi -vhost=`echo "$vhost" | cut -d . -f 1` -RECHNER=$vhost - -if [ -f /etc/oraprofile ] -then - . /etc/oraprofile -fi unset MAILCHECK export EDITOR=vi