aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
blob: da8a6e765d78fc6b2a8f3954f8138c25803cbc83 (plain)
1
2
3
4
5
6
7
# Honor system-wide environment variables
source /etc/profile

export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)


[[ -t 0 && $(tty) == /dev/tty2 && $- =~ "l" ]]  && source ~/.zshrc && exec startx