summaryrefslogtreecommitdiff
path: root/roles/shell/bash
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-21 19:12:36 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-21 19:12:36 +0100
commit25afbbb820e26ac4a372c3f1f2229582e5c15a2e (patch)
treea1282b8cd20a75a7c8dd97ab6c205a3c34fccbe3 /roles/shell/bash
parent9f528ac4c4ad219ce91f43d14a97401348f315f3 (diff)
downloadAnsible-25afbbb820e26ac4a372c3f1f2229582e5c15a2e.tar.gz
Ansible-25afbbb820e26ac4a372c3f1f2229582e5c15a2e.tar.zst
Ansible-25afbbb820e26ac4a372c3f1f2229582e5c15a2e.zip
Fine-tuning for realines (psql, bash)
Diffstat (limited to 'roles/shell/bash')
-rw-r--r--roles/shell/bash/files/inputrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/shell/bash/files/inputrc b/roles/shell/bash/files/inputrc
index 111f8dd..628f2a1 100644
--- a/roles/shell/bash/files/inputrc
+++ b/roles/shell/bash/files/inputrc
@@ -2,6 +2,7 @@ $include /etc/inputrc
2# Readline configuration 2# Readline configuration
3# Can also be specified in bashrc with: bind "..." 3# Can also be specified in bashrc with: bind "..."
4set colored-completion-prefix on 4set colored-completion-prefix on
5set colored-stats on
5# TAB: menu-complete 6# TAB: menu-complete
6set show-all-if-ambiguous on 7set show-all-if-ambiguous on
7set show-all-if-unmodified on 8set show-all-if-unmodified on