]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - roles/shell/bash/files/inputrc
628f2a10b06abb8cb87fe321fd2895bd60f07d13
[perso/Immae/Config/Ansible.git] / roles / shell / bash / files / inputrc
1 $include /etc/inputrc
2 # Readline configuration
3 # Can also be specified in bashrc with: bind "..."
4 set colored-completion-prefix on
5 set colored-stats on
6 # TAB: menu-complete
7 set show-all-if-ambiguous on
8 set show-all-if-unmodified on