aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/keychain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/keychain.sh')
-rw-r--r--sh/profile.d/keychain.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/sh/profile.d/keychain.sh b/sh/profile.d/keychain.sh
index ae7aa95a..e4733aff 100644
--- a/sh/profile.d/keychain.sh
+++ b/sh/profile.d/keychain.sh
@@ -11,9 +11,8 @@ if command -v keychain >/dev/null 2>&1; then
# Set and export TTY/GPG_TTY for interactive shells
if [ -t 0 ]; then
- TTY=$(tty)
- GPG_TTY=$TTY
- export TTY GPG_TTY
+ GPG_TTY=$(tty)
+ export GPG_TTY
fi
fi