# # $Id: .zprofile,v 1.12 2004-09-08 13:22:55 hjp Exp $ # # this is sourced for login shells after .zshenv but before .zshrc # umask 022 echo TERM=$TERM eval `echo TERM=$TERM` if [ -f "$EXEC" ] then source $EXEC fi 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 if [ -f /etc/sysconfig/i18n ] then . /etc/sysconfig/i18n export LANG fi . ~/.zjava