]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - roles/shell/bash/files/inputrc
Fine-tuning for realines (psql, bash)
[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