diff options
author | ache <ache@FreeBSD.org> | 1994-09-19 02:09:13 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-19 02:09:13 +0000 |
commit | f2cba2c3315e167e0a47cbeedcd079cf2023a188 (patch) | |
tree | c2b5f09b3cd193dec0f22b2f4e2a9672dad12fd3 /etc | |
parent | 8b97dea23733c6fc8f2cb286b975acb2e3969fde (diff) | |
download | FreeBSD-src-f2cba2c3315e167e0a47cbeedcd079cf2023a188.zip FreeBSD-src-f2cba2c3315e167e0a47cbeedcd079cf2023a188.tar.gz |
Add commented out setenv ENABLE_STARTUP_LOCALE
Diffstat (limited to 'etc')
-rw-r--r-- | etc/csh.login | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/csh.login b/etc/csh.login index a35b743..6ab227a 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -2,5 +2,6 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # setenv BLOCKSIZE K -# Uncomment this, if you want to setup your locale (russian example) +# Uncomment next lines, if you want to setup your locale (russian example) +# setenv ENABLE_STARTUP_LOCALE # setenv LANG ru_SU.KOI8-R |