diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-18 13:14:33 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-18 13:20:49 +0100 |
commit | 853c14457ef51fbca58f9c4fb5c1a255e68d7c87 (patch) | |
tree | 28d3760ae94b3c13942d71ac75bf65b985f1dd3c /roles/shell/bash/files | |
parent | 1a48017dde54325c5619f45f925478e7c3143ba8 (diff) | |
download | Ansible-853c14457ef51fbca58f9c4fb5c1a255e68d7c87.tar.gz Ansible-853c14457ef51fbca58f9c4fb5c1a255e68d7c87.tar.zst Ansible-853c14457ef51fbca58f9c4fb5c1a255e68d7c87.zip |
Make bash xdg-compliant
Diffstat (limited to 'roles/shell/bash/files')
-rw-r--r-- | roles/shell/bash/files/inputrc | 7 |
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 "..." | ||
4 | set colored-completion-prefix on | ||
5 | # TAB: menu-complete | ||
6 | set show-all-if-ambiguous on | ||
7 | set show-all-if-unmodified on | ||