X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=roles%2Finit%2Ftemplates%2Fpam_environment.j2;h=c2570457b5c3f6ee441135e756532a6abce5f446;hb=853c14457ef51fbca58f9c4fb5c1a255e68d7c87;hp=65b92e7d428edfbf416d72a25441546f60c4ac2c;hpb=675e56e525459262cb97a651c1d9e65cb5f37e2c;p=perso%2FImmae%2FConfig%2FAnsible.git diff --git a/roles/init/templates/pam_environment.j2 b/roles/init/templates/pam_environment.j2 index 65b92e7..c257045 100644 --- a/roles/init/templates/pam_environment.j2 +++ b/roles/init/templates/pam_environment.j2 @@ -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"