853c1445 IB |
1 | $include /etc/inputrc |
2 | # Readline configuration |
3 | # Can also be specified in bashrc with: bind "..." |
4 | set colored-completion-prefix on |
25afbbb8 |
5 | set colored-stats on |
853c1445 IB |
6 | # TAB: menu-complete |
7 | set show-all-if-ambiguous on |
8 | set show-all-if-unmodified on |