summaryrefslogtreecommitdiff
path: root/roles/shell/bash/files/inputrc
diff options
context:
space:
mode:
Diffstat (limited to 'roles/shell/bash/files/inputrc')
-rw-r--r--roles/shell/bash/files/inputrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/shell/bash/files/inputrc b/roles/shell/bash/files/inputrc
new file mode 100644
index 0000000..111f8dd
--- /dev/null
+++ b/roles/shell/bash/files/inputrc
@@ -0,0 +1,7 @@
1$include /etc/inputrc
2# Readline configuration
3# Can also be specified in bashrc with: bind "..."
4set colored-completion-prefix on
5# TAB: menu-complete
6set show-all-if-ambiguous on
7set show-all-if-unmodified on