From: Nicolas Boisselier Date: Sun, 14 Jan 2018 07:14:22 +0000 (+0000) Subject: etc/profile.d/gpg.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=70babe6672eab07fdd09f64f469cddd5ebc21649;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..495b648e --- /dev/null +++ b/etc/profile.d/gpg.sh @@ -0,0 +1,2 @@ +which gpg >/dev/null 2>&1 || return +export GPG_TTY=$(tty)