Update 900.gpg-agent.sh
This commit is contained in:
parent
43a05eecfc
commit
d1e58f4a3e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue