# HG changeset patch # User Oleksandr Gavenko # Date 1420839119 -7200 # Node ID 9bd7ce98c7ceee55591e1523b7b84d0e4f6d255b # Parent 5605167fc4afb7338ae846e73a11220f38e18691 colored-stats diff -r 5605167fc4af -r 9bd7ce98c7ce .inputrc --- a/.inputrc Wed Jan 07 23:48:34 2015 +0200 +++ b/.inputrc Fri Jan 09 23:31:59 2015 +0200 @@ -35,6 +35,8 @@ # Replace common prefix with ... set completion-prefix-display-length 1 +set skip-completed-text off + # If set to 'on', completed directory names have a slash appended. The default is 'on'. set mark-directories on set mark-symlinked-directories on @@ -43,6 +45,8 @@ # filename when listing possible completions. The default is 'off'. set visible-stats on +set colored-stats on + # I like beep (audible/visible/none). set bell-style audible