Remove HP-UX specific stuff

I don't expect to need that again (almost exactly 4 years after the
funeral)
This commit is contained in:
Peter J. Holzer 2020-06-15 00:38:31 +02:00
parent a72bbeda6b
commit 2741a2d553
2 changed files with 0 additions and 11 deletions

View File

@ -1,13 +1,7 @@
# #
# $Id: .zlogin,v 1.9 2003-08-10 17:09:17 hjp Exp $
#
# this is sourced for login shells after .zshrc # this is sourced for login shells after .zshrc
# #
mesg y mesg y
if [ "`uname`" = "HP-UX" ]
then
ps -fu $LOGNAME
fi
date date
uptime uptime

View File

@ -43,11 +43,6 @@ done
if [ -n "$preppath" ] if [ -n "$preppath" ]
then then
if [ -r /etc/PATH ]
then
PATH=$($preppath $(cat /etc/PATH) )
fi
# first prepend important stuff - in order of increasing priority: # first prepend important stuff - in order of increasing priority:
setopt NULL_GLOB setopt NULL_GLOB