summaryrefslogtreecommitdiff
path: root/roles/shell/bash/files/inputrc
blob: 628f2a10b06abb8cb87fe321fd2895bd60f07d13 (plain) (blame)
1
2
3
4
5
6
7
8
$include  /etc/inputrc
# Readline configuration
# Can also be specified in bashrc with: bind "..."
set colored-completion-prefix on
set colored-stats on
# TAB: menu-complete
set show-all-if-ambiguous on
set show-all-if-unmodified on