diff options
author | Franck Cuny <franck@fcuny.net> | 2020-10-01 17:57:30 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-10-01 17:57:30 -0700 |
commit | f4945e0e12e529182f362dfe417455148ae58e51 (patch) | |
tree | cd4f30398b8fbaf0e378da45b0416768c3ce4aa3 /pam_environment | |
parent | [desktop] adjust configuration for i3 (diff) | |
download | emacs.d-f4945e0e12e529182f362dfe417455148ae58e51.tar.gz |
[desktop] more configuration files for linux
Add configuration for the ssh-agent, pam and XDG.
Diffstat (limited to '')
-rw-r--r-- | pam_environment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pam_environment b/pam_environment new file mode 100644 index 0000000..3bd1a97 --- /dev/null +++ b/pam_environment @@ -0,0 +1 @@ +SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/ssh-agent.socket" |