Removed (unused) ssh-agent startup.
unset MAILCHECK set HOME_WWW
This commit is contained in:
parent
4f9ac8eb39
commit
3c25ddb1bc
5
.zlogin
5
.zlogin
|
@ -1,3 +1,8 @@
|
||||||
|
#
|
||||||
|
# $Id: .zlogin,v 1.9 2003-08-10 17:09:17 hjp Exp $
|
||||||
|
#
|
||||||
|
# this is sourced for login shells after .zshrc
|
||||||
|
#
|
||||||
mesg y
|
mesg y
|
||||||
if [ "`uname`" = "HP-UX" ]
|
if [ "`uname`" = "HP-UX" ]
|
||||||
then
|
then
|
||||||
|
|
14
.zprofile
14
.zprofile
|
@ -1,3 +1,8 @@
|
||||||
|
#
|
||||||
|
# $Id: .zprofile,v 1.9 2003-08-10 17:09:17 hjp Exp $
|
||||||
|
#
|
||||||
|
# this is sourced for login shells after .zshenv but before .zshrc
|
||||||
|
#
|
||||||
umask 022
|
umask 022
|
||||||
echo TERM=$TERM
|
echo TERM=$TERM
|
||||||
eval `echo TERM=$TERM`
|
eval `echo TERM=$TERM`
|
||||||
|
@ -18,17 +23,10 @@ fi
|
||||||
vhost=`echo "$vhost" | cut -d . -f 1`
|
vhost=`echo "$vhost" | cut -d . -f 1`
|
||||||
RECHNER=$vhost
|
RECHNER=$vhost
|
||||||
|
|
||||||
# I don't understand this any more.
|
|
||||||
# looks like a nop to me.
|
|
||||||
if [ -n "" -a -z "$SSH_AUTH_SOCK" -a -f "$HOME/.ssh/identity" ] && tty -s
|
|
||||||
then
|
|
||||||
eval `ssh-agent`
|
|
||||||
ssh-add
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f /etc/oraprofile ]
|
if [ -f /etc/oraprofile ]
|
||||||
then
|
then
|
||||||
. /etc/oraprofile
|
. /etc/oraprofile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
unset MAILCHECK
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue