diff options
-rw-r--r-- | etc/csh.login | 4 | ||||
-rw-r--r-- | etc/profile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/etc/csh.login b/etc/csh.login index 178e351..a7491a6 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -2,10 +2,6 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # setenv BLOCKSIZE K -# Uncomment next line if you want to setup your 8-bit locale at program -# startup automatically -# See also rc and profile -# setenv ENABLE_STARTUP_LOCALE # Uncomment this line to activate russian locale # setenv LANG ru_SU.KOI8-R # Uncomment this line to activate italian locale diff --git a/etc/profile b/etc/profile index 69b96d1..3302d11 100644 --- a/etc/profile +++ b/etc/profile @@ -2,10 +2,6 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # BLOCKSIZE=K; export BLOCKSIZE -# Uncomment next line if you want to setup your 8-bit locale at program -# startup automatically -# See also rc and csh.login -# ENABLE_STARTUP_LOCALE=; export ENABLE_STARTUP_LOCALE # Uncomment next line to activate russian locale # LANG=ru_SU.KOI8-R; export LANG # Uncomment next line to activate italian locale |