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