From: Nicolas Boisselier Date: Wed, 20 Dec 2017 03:31:25 +0000 (+0000) Subject: etc/profile.d/gnupg.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=90f4cacfa77848ea8da26f58ae444002d5baf980;p=nb.git etc/profile.d/gnupg.sh --- diff --git a/etc/profile.d/gnupg.sh b/etc/profile.d/gnupg.sh deleted file mode 100644 index 49c61fde..00000000 --- a/etc/profile.d/gnupg.sh +++ /dev/null @@ -1,6 +0,0 @@ -# You should start the agent like this. -# eval $(gpg-agent --daemon --write-env-file "${HOME}/.gnupg/.gpg-agent-info)" -if [ -f "${HOME}/.gnupg/.gpg-agent-info" ]; then - . "${HOME}/.gnupg/.gpg-agent-info" - export GPG_AGENT_INFO -fi