7 lines
196 B
Bash
7 lines
196 B
Bash
. "$HOME/.config/environment"
|
|
. "$HOME/.config/aliasrc"
|
|
|
|
if [ -x "$(command -v gpgconf)" ]; then
|
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
|
gpgconf --launch gpg-agent
|
|
fi
|