]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/init/templates/pam_environment.j2
Make bash xdg-compliant
[perso/Immae/Config/Ansible.git] / roles / init / templates / pam_environment.j2
index 5bb88950c0ab69916286c96f8e9ccc84ea82e253..c2570457b5c3f6ee441135e756532a6abce5f446 100644 (file)
@@ -19,6 +19,9 @@ BROWSER                               DEFAULT="firefox"
 # replace GIO with xdg-open, see tools/files/gio_unwrapper.sh
 GIO_LAUNCH_DESKTOP             DEFAULT=gio_unwrapper
 
+# Readline
+INPUTRC                                DEFAULT="${XDG_CONFIG_HOME}/inputrc"
+
 # Ansible
 ANSIBLE_CONFIG                 DEFAULT="${XDG_CONFIG_HOME}/ansible/ansible.cfg"