]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/shell/bash/files/inputrc
Make bash xdg-compliant
[perso/Immae/Config/Ansible.git] / roles / shell / bash / files / inputrc
diff --git a/roles/shell/bash/files/inputrc b/roles/shell/bash/files/inputrc
new file mode 100644 (file)
index 0000000..111f8dd
--- /dev/null
@@ -0,0 +1,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