From a3c74120ab04bffaa3a23a7b5940845f069f5e66 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Sat, 25 Feb 2006 13:41:11 +0000 Subject: [PATCH] Mention the use of ~/.inputrc as an alternative to /etc/inputrc. --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index a9a10859..93616af8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.25 2006/02/25 14:39:51 ianmacd Exp $ +$Id: README,v 1.26 2006/02/25 14:41:11 ianmacd Exp $ INSTALLATION @@ -292,7 +292,8 @@ Q. Can tab completion be made even easier? A. The readline(3) library offers a few settings that can make tab completion easier (or at least different) to use. - For example, try the following in your /etc/inputrc: + For example, try putting the following in either /etc/inputrc or + ~/.inputrc: set show-all-if-ambiguous on