chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96ceecf
)
dot/inputrc: Guard `colored-stats' setting.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 20 Mar 2023 23:19:39 +0000
(23:19 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/inputrc
b/dot/inputrc
index 716d57c512fc3a9eb0c44fa73015aa5e266e819f..8621fbbe9c97c82bec6163f31885af655cd779e5 100644
(file)
--- 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