From dbeec72ba038768077dfd9848f464c5343f87f90 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 1 Sep 2013 18:04:12 -0400 Subject: [PATCH] Restore bash auto-completion to be case sensitive --- stage1/misc/inputrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage1/misc/inputrc b/stage1/misc/inputrc index 4bb793c..fffa065 100644 --- a/stage1/misc/inputrc +++ b/stage1/misc/inputrc @@ -13,7 +13,7 @@ set output-meta On # none, visible or audible set bell-style none -set completion-ignore-case On +set completion-ignore-case Off # All of the following map the escape sequence of the value contained inside # the 1st argument to the readline specific functions -- 2.20.1