]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/init/templates/pam_environment.j2
Add keys to nest tmux
[perso/Immae/Config/Ansible.git] / roles / init / templates / pam_environment.j2
index 65b92e7d428edfbf416d72a25441546f60c4ac2c..c2570457b5c3f6ee441135e756532a6abce5f446 100644 (file)
@@ -16,6 +16,12 @@ VISUAL                               DEFAULT="vim"
 PAGER                          DEFAULT="less"
 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"