|
@@ -61,10 +61,6 @@
|
|
|
</listitem>
|
|
|
</itemizedlist>
|
|
|
|
|
|
- <para>This script also sets the <envar>INPUTRC</envar> environment variable that
|
|
|
- makes Bash and Readline use the <filename>/etc/inputrc</filename> file created
|
|
|
- earlier.</para>
|
|
|
-
|
|
|
<para>Replace <replaceable><ll></replaceable> below with the two-letter code
|
|
|
for the desired language (e.g., <quote>en</quote>) and
|
|
|
<replaceable><CC></replaceable> with the two-letter code for the appropriate
|
|
@@ -145,7 +141,6 @@ LC_ALL=<locale name> locale int_prefix</userinput></screen>
|
|
|
<literal># Begin /etc/profile
|
|
|
|
|
|
export LANG=<replaceable><ll></replaceable>_<replaceable><CC></replaceable>.<replaceable><charmap></replaceable><replaceable><@modifiers></replaceable>
|
|
|
-export INPUTRC=/etc/inputrc
|
|
|
|
|
|
# End /etc/profile</literal>
|
|
|
EOF</userinput></screen>
|