Update 900.gpg-agent.sh

This commit is contained in:
2018-01-22 15:39:45 -06:00
committed by GitHub
parent 43a05eecfc
commit d1e58f4a3e

View File

@@ -14,7 +14,7 @@ if [[ ! -e $HOME/.gpg-agent-info ]]; then
--enable-ssh-support \
--daemon \
--pinentry-program $(brew --prefix)/bin/pinentry-mac \
2>&1 >/dev/null
2> /dev/null > $HOME/.gpg-agent-info
fi
fi