fix global reference

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Mark Hymers 2002-07-13 19:10:30 +00:00
parent a97d5723a1
commit f8060f3e39

View File

@ -60,8 +60,10 @@ can be done with this single rc file.</para>
<para>Note that the readline library checks ~/.inputrc, by default. If
you want to use <filename>/etc/inputrc</filename> as your global
inputrc (i.e. for all users), you will need to add the line
<userinput>export INPUTRC=/etc/inputrc</userinput> to your
.bash_profile, .bashrc or .profile file as appropriate.</para>
<screen><userinput>export INPUTRC=/etc/inputrc</userinput></screen>
to your .bash_profile, .bashrc or .profile file as appropriate. To make
the file truly global, you may wish to add it to your
<filename>/etc/profile</filename> file.</para>
<para>If you want to use per-user <userinput>.inputrc</userinput> files,
you can create one and drop it into <filename>/etc/skel</filename> for use