aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d')
-rw-r--r--sh/shrc.d/keychain.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/sh/shrc.d/keychain.sh b/sh/shrc.d/keychain.sh
deleted file mode 100644
index 9a732384..00000000
--- a/sh/shrc.d/keychain.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-# If GPG_AGENT_INFO is set, update GPG_TTY for clean use of pinentry(1) etc
-[ -n "$GPG_AGENT_INFO" ] || return
-GPG_TTY=$(command -p tty) || return
-export GPG_TTY