aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/profile.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/profile.xml')
-rw-r--r--chapter07/profile.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter07/profile.xml b/chapter07/profile.xml
index 5f6483133..4472e36f9 100644
--- a/chapter07/profile.xml
+++ b/chapter07/profile.xml
@@ -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>&lt;ll&gt;</replaceable> below with the two-letter code
for the desired language (e.g., <quote>en</quote>) and
<replaceable>&lt;CC&gt;</replaceable> with the two-letter code for the appropriate
@@ -145,7 +141,6 @@ LC_ALL=&lt;locale name&gt; locale int_prefix</userinput></screen>
<literal># Begin /etc/profile
export LANG=<replaceable>&lt;ll&gt;</replaceable>_<replaceable>&lt;CC&gt;</replaceable>.<replaceable>&lt;charmap&gt;</replaceable><replaceable>&lt;@modifiers&gt;</replaceable>
-export INPUTRC=/etc/inputrc
# End /etc/profile</literal>
EOF</userinput></screen>