Update 900.gpg-agent.sh

This commit is contained in:
Jeffrey Paul 2018-01-22 15:39:45 -06:00 committed by GitHub
parent 43a05eecfc
commit d1e58f4a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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