-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xprofile
25 lines (14 loc) · 1.08 KB
/
.xprofile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# vim: filetype=sh foldmethod=marker
# shellcheck shell=bash
# when lightdm runs this script the ssh agent is not yet started, but I expect it will be started later and create the socket
# => gcr-ssh-agent ------------------------------------------------------------------------------------------------ {{{1
# export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/gcr/ssh"
# => keyring-ssh-agent -------------------------------------------------------------------------------------------- {{{1
# export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/keyring/ssh"
# => gpg-agent-ssh ------------------------------------------------------------------------------------------------ {{{1
#export SSH_AGENT_PID=
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh"
# => openssh-agent ------------------------------------------------------------------------------------------------ {{{1
# export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/S.ssh-agent"
# => use default Perl + modules globally -------------------------------------------------------------------------- {{{1
source "$HOME/.local/lib/perl5/perlbrew-dev.rc"