commit de7e6cc4438d21d4395f821cb7958f3c9c989fc8 parent 106c00be3c6c864d221e300ad219ab07939eaaae Author: dwrz <dwrz@dwrz.net> Date: Tue, 6 Dec 2022 19:44:30 +0000 Add inputrc Diffstat:
A | readline/inputrc | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/readline/inputrc b/readline/inputrc @@ -0,0 +1,8 @@ +set colored-completion-prefix on +set colored-stats on +set completion-ignore-case on +set mark-symlinked-directories on +set menu-complete-display-prefix on +set show-all-if-ambiguous on +set show-all-if-unmodified on +set visible-stats on