summaryrefslogtreecommitdiff
path: root/roles/init/templates/pam_environment.j2
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-26 22:57:25 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-26 22:57:25 +0100
commit386f9271125f93651cb20420de696efab8798fa9 (patch)
tree1b01de15af3bb8c50290087606aa1251420a769a /roles/init/templates/pam_environment.j2
parentd512a906fcdbca34791beab9946f9f505fbe60a1 (diff)
downloadAnsible-386f9271125f93651cb20420de696efab8798fa9.tar.gz
Ansible-386f9271125f93651cb20420de696efab8798fa9.tar.zst
Ansible-386f9271125f93651cb20420de696efab8798fa9.zip
Some fixes
- Firefox creates desktop dir unless a trailing / is added to XDG_DESKTOP_DIR - LESS options - evince option - bashrc is loaded twice - add gundo for vim
Diffstat (limited to 'roles/init/templates/pam_environment.j2')
-rw-r--r--roles/init/templates/pam_environment.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/init/templates/pam_environment.j2 b/roles/init/templates/pam_environment.j2
index 422b98d..e75726c 100644
--- a/roles/init/templates/pam_environment.j2
+++ b/roles/init/templates/pam_environment.j2
@@ -47,6 +47,7 @@ SSH_AGENT_PID DEFAULT=
47SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.gpg-agent.ssh" 47SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.gpg-agent.ssh"
48 48
49# Less 49# Less
50LESS DEFAULT="-iqFMRSX"
50LESSHISTFILE DEFAULT="${XDG_STATE_HOME}/less/history" 51LESSHISTFILE DEFAULT="${XDG_STATE_HOME}/less/history"
51 52
52# Pass 53# Pass