aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/keychain.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/keychain.bash b/bash/bashrc.d/keychain.bash
index 39fe8536..eae40bbc 100644
--- a/bash/bashrc.d/keychain.bash
+++ b/bash/bashrc.d/keychain.bash
@@ -1,4 +1,4 @@
-# If TTY/GPG_TTY are set, update them
+# If GPG_TTY is set, update it
if [[ $GPG_TTY ]] ; then
GPG_TTY=$(tty)
fi