dotfiles/zsh/.zlogout

6 lines
151 B
Plaintext
Raw Permalink Normal View History

2024-12-02 00:53:56 +00:00
# If connected remote
if [ ! -z "$SSH_TTY" ]; then
# cleanup remote gpg agent socket
[ -e ~/.gnupg/S.gpg-agent ] && rm ~/.gnupg/S.gpg-agent
fi