aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gnupg/.config
diff options
context:
space:
mode:
Diffstat (limited to 'gnupg/.config')
-rw-r--r--gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh9
1 files changed, 0 insertions, 9 deletions
diff --git a/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh b/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh
deleted file mode 100644
index 0b3c422..0000000
--- a/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/zsh
-# vim:ft=sh
-
-if [ -t 0 ] && [ -z "$SSH_TTY" ]; then
- export GPG_TTY="$(tty)"
- export PINENTRY_USER_DATA=USE_TTY=1
-fi
-
-gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1