From ae436d0774d36af52ca5ca32acf5651b429a4af4 Mon Sep 17 00:00:00 2001 From: hjp Date: Wed, 8 Sep 2004 13:22:55 +0000 Subject: [PATCH] Read LANG form /etc/sysconfig/i18n if it exists. --- .zprofile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 82465f8..7d4fd98 100644 --- a/.zprofile +++ b/.zprofile @@ -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