aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/keychain.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/keychain.bash')
-rw-r--r--bash/bashrc.d/keychain.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/bashrc.d/keychain.bash b/bash/bashrc.d/keychain.bash
deleted file mode 100644
index 40fe5d71..00000000
--- a/bash/bashrc.d/keychain.bash
+++ /dev/null
@@ -1,4 +0,0 @@
-# If GPG_TTY is set, update it
-if [[ -n $GPG_TTY ]] ; then
- GPG_TTY=$(tty)
-fi