Read LANG form /etc/sysconfig/i18n if it exists.

This commit is contained in:
hjp 2004-09-08 13:22:55 +00:00
parent 0abd6194b1
commit ae436d0774
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: .zprofile,v 1.11 2004-04-23 20:33:46 hjp Exp $
# $Id: .zprofile,v 1.12 2004-09-08 13:22:55 hjp Exp $
#
# this is sourced for login shells after .zshenv but before .zshrc
#
@ -31,4 +31,10 @@ fi
unset MAILCHECK
export EDITOR=vi
if [ -f /etc/sysconfig/i18n ]
then
. /etc/sysconfig/i18n
export LANG
fi
. ~/.zjava