From: Nicolas Boisselier Date: Fri, 12 Jan 2018 18:07:13 +0000 (+0000) Subject: etc/profile.d/gpg.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=cc25eb1f75efea5348f9c5c58ed28964ff03b5bc;p=nb.git etc/profile.d/gpg.sh --- diff --git a/etc/profile.d/gpg.sh b/etc/profile.d/gpg.sh new file mode 100644 index 00000000..7f6385e1 --- /dev/null +++ b/etc/profile.d/gpg.sh @@ -0,0 +1,3 @@ +which gpg > /dev/null || return +GPG_TTY=$(tty) +export GPG_TTY