diff options
-rw-r--r-- | _zlogout | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ # Flush the cached passphrases on logout, but except for SSH connections if [[ -z ${SSH_CONNECTION} ]]; then - gpgconf --reload gpg-agent + #gpgconf --reload gpg-agent + gpgconf --kill gpg-agent fi # Clear console |