From: Mark Wooding Date: Mon, 20 Mar 2023 23:19:39 +0000 (+0000) Subject: dot/inputrc: Guard `colored-stats' setting. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/2ab49ba70c353b394c39c694e6f1e0df9a42c858 dot/inputrc: Guard `colored-stats' setting. Otherwise Emacs gets confused about whether Python can do completion. --- 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