# HG changeset patch # User Oleksandr Gavenko # Date 1485435194 -7200 # Node ID ed6620260c6933f197c38ee9a308f74e61bfd48a # Parent 257a65e6378088ca3dbd2ec243f0c757829bce7a colored-stats is Bash feature. It breaks Emacs 25. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24401 diff -r 257a65e63780 -r ed6620260c69 .inputrc --- a/.inputrc Tue Jan 24 22:19:48 2017 +0200 +++ b/.inputrc Thu Jan 26 14:53:14 2017 +0200 @@ -45,7 +45,9 @@ # filename when listing possible completions. The default is 'off'. set visible-stats on -set colored-stats on +$if Bash + set colored-stats on +$endif # I like beep (audible/visible/none). set bell-style audible