summaryrefslogtreecommitdiffstatshomepage
path: root/gnupg/.config
diff options
context:
space:
mode:
Diffstat (limited to 'gnupg/.config')
-rw-r--r--gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh b/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh
new file mode 100644
index 0000000..23ee6f9
--- /dev/null
+++ b/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh
@@ -0,0 +1,4 @@
+#!/bin/zsh
+# vim:ft=sh
+
+alias unlock='echo "" | gpg --clearsign 1>/dev/null && ssh localhost -- : 1>/dev/null'