dot/.zprofile

21 lines
381 B
Plaintext
Raw Normal View History

#
# $Id: .zprofile,v 1.16 2006-07-10 15:22:01 hjp Exp $
#
# this is sourced for login shells after .zshenv but before .zshrc
#
umask 022
unset MAILCHECK
2004-04-23 22:33:46 +02:00
if [ -f /etc/sysconfig/i18n ]
then
. /etc/sysconfig/i18n
export LANG
fi
2004-04-23 22:33:46 +02:00
. ~/.zjava
2005-02-22 12:23:55 +01:00
# Set to non-working default values on SUSE Linux.
# I don't use that anyway, so I just unset these values:
unset LESSOPEN LESSCLOSE