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