From 2ab49ba70c353b394c39c694e6f1e0df9a42c858 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 20 Mar 2023 23:19:39 +0000 Subject: [PATCH] dot/inputrc: Guard `colored-stats' setting. Otherwise Emacs gets confused about whether Python can do completion. --- dot/inputrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot/inputrc b/dot/inputrc index 716d57c..8621fbb 100644 --- a/dot/inputrc +++ b/dot/inputrc @@ -10,7 +10,9 @@ set bell-style none set bind-tty-special-chars off set blink-matching-paren on set colored-completion-prefix off +$if Bash set colored-stats on +$endif $if term=dumb $else set enable-bracketed-paste on -- 2.11.0