]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - roles/shell/bash/files/inputrc
Make bash xdg-compliant
[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 # TAB: menu-complete
6 set show-all-if-ambiguous on
7 set show-all-if-unmodified on