From e7d6969bc61f069993f15c08d07fc7ad60aee762 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 7 Nov 2018 22:18:08 -0600 Subject: [PATCH] .inputrc: Colorize completions --- .inputrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.inputrc b/.inputrc index eb51c1f3..8abd2184 100644 --- a/.inputrc +++ b/.inputrc @@ -1,7 +1,8 @@ ## COMPLETION +set colored-stats on +set completion-ignore-case on # Only need a single tab press to show results set show-all-if-ambiguous on -set completion-ignore-case on # You ever do that thing where you put your cursorright in the middle of a word, # like you're at the "e" in "Makefile", and hit tab, and bash oh-so-helpfully # inserts the latter half of the word right in the middle of it -- so you've