diff --git a/zshrc b/zshrc index aee56e0..5149ece 100644 --- a/zshrc +++ b/zshrc @@ -366,9 +366,6 @@ __has_command url2pkg && __has_command mpv && alias mpv="LC_ALL=C mpv" if __has_command gpg gpg2; then - # Make sure GPG agent is running. - gpg --card-status &>/dev/null - alias gssh='SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) ssh -o IdentitiesOnly=no' alias gssh-add='SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) ssh-add' alias gsftp='SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) sftp -o IdentitiesOnly=no'