summary refs log tree commit diff stats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gk b/bin/gk
index c801a45..a25edf8 100755
--- a/bin/gk
+++ b/bin/gk
@@ -1,5 +1,5 @@
 #!/bin/sh
-pkill gpg-agent
+pkill -9 gpg-agent
 
 export GPG_TTY=$(tty)
 export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)