.dotfiles/.zprofile

12 lines
281 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
2022-03-21 21:20:12 +00:00
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
exec $AUTOSTART_DISPLAY
fi