dot/inputrc: Guard `colored-stats' setting.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 20 Mar 2023 23:19:39 +0000 (23:19 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 20 Mar 2023 23:19:39 +0000 (23:19 +0000)
Otherwise Emacs gets confused about whether Python can do completion.

dot/inputrc

index 716d57c..8621fbb 100644 (file)
@@ -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