diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-26 22:57:25 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-26 22:57:25 +0100 |
commit | 386f9271125f93651cb20420de696efab8798fa9 (patch) | |
tree | 1b01de15af3bb8c50290087606aa1251420a769a /roles/init/templates/pam_environment.j2 | |
parent | d512a906fcdbca34791beab9946f9f505fbe60a1 (diff) | |
download | Ansible-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.j2 | 1 |
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= | |||
47 | SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.gpg-agent.ssh" | 47 | SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/{{ gnupg_runtime_dir_cmd.stdout }}/S.gpg-agent.ssh" |
48 | 48 | ||
49 | # Less | 49 | # Less |
50 | LESS DEFAULT="-iqFMRSX" | ||
50 | LESSHISTFILE DEFAULT="${XDG_STATE_HOME}/less/history" | 51 | LESSHISTFILE DEFAULT="${XDG_STATE_HOME}/less/history" |
51 | 52 | ||
52 | # Pass | 53 | # Pass |