From 598f5854a85f2aa61d619de9d9d8d5effdec0690 Mon Sep 17 00:00:00 2001 From: Joe Papperello Date: Tue, 31 Jul 2018 12:17:03 -0400 Subject: [PATCH] verbose --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 8211cd5..590a793 100644 --- a/bashrc +++ b/bashrc @@ -115,5 +115,6 @@ function toggle-agent { else export SSH_AUTH_SOCK=${HOME}/.gnupg/S.gpg-agent.ssh fi + ssh-add -l }