.inputrc: Colorize completions

This commit is contained in:
Salt 2018-11-07 22:18:08 -06:00
parent e9499f2290
commit e7d6969bc6

View File

@ -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