diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:53:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:53:03 +0000 |
commit | 777591fa1fbfed79e189fe1b04c9d2215640fbb2 (patch) | |
tree | 1fb6bd95fe2295a3a56ad9be75bab893f53a1233 /debian/inputrc | |
parent | Setting colored-completion-prefix to on. (diff) | |
download | readline-777591fa1fbfed79e189fe1b04c9d2215640fbb2.tar.xz readline-777591fa1fbfed79e189fe1b04c9d2215640fbb2.zip |
Setting colored-stats to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/inputrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/inputrc b/debian/inputrc index 2cf7cdc..fb64317 100644 --- a/debian/inputrc +++ b/debian/inputrc @@ -29,6 +29,8 @@ set blink-matching-paren on set colored-completion-prefix on +set colored-stats on + # some defaults / modifications for the emacs mode $if mode=emacs |