diff options
Diffstat (limited to 'roles/shell/bash/files/inputrc')
-rw-r--r-- | roles/shell/bash/files/inputrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/shell/bash/files/inputrc b/roles/shell/bash/files/inputrc index 111f8dd..628f2a1 100644 --- a/roles/shell/bash/files/inputrc +++ b/roles/shell/bash/files/inputrc | |||
@@ -2,6 +2,7 @@ $include /etc/inputrc | |||
2 | # Readline configuration | 2 | # Readline configuration |
3 | # Can also be specified in bashrc with: bind "..." | 3 | # Can also be specified in bashrc with: bind "..." |
4 | set colored-completion-prefix on | 4 | set colored-completion-prefix on |
5 | set colored-stats on | ||
5 | # TAB: menu-complete | 6 | # TAB: menu-complete |
6 | set show-all-if-ambiguous on | 7 | set show-all-if-ambiguous on |
7 | set show-all-if-unmodified on | 8 | set show-all-if-unmodified on |