.dotfiles/.zprofile

8 lines
196 B
Plaintext
Raw Normal View History

2021-04-09 20:22:06 +00:00
. "$HOME/.config/environment"
. "$HOME/.config/aliasrc"
2021-02-13 21:52:08 +00:00
2020-01-08 13:26:50 +00:00
if [ -x "$(command -v gpgconf)" ]; then
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
fi