blob: 111f8dd486c14404fd5d6a58962ef093a86561b5 (
plain) (
blame)
1
2
3
4
5
6
7
|
$include /etc/inputrc
# Readline configuration
# Can also be specified in bashrc with: bind "..."
set colored-completion-prefix on
# TAB: menu-complete
set show-all-if-ambiguous on
set show-all-if-unmodified on
|