mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Quieter gpg-agent.
This commit is contained in:
@@ -13,7 +13,7 @@ source "$_gpg_agent_env" 2> /dev/null
|
||||
if [[ -z "$GPG_AGENT_INFO" && ! -S "${GNUPGHOME:-$HOME/.gnupg}/S.gpg-agent" ]]; then
|
||||
# Start gpg-agent if not started.
|
||||
if ! ps -U "$LOGNAME" -o pid,ucomm | grep -q -- "${${${(s.:.)GPG_AGENT_INFO}[2]}:--1} gpg-agent"; then
|
||||
eval "$(gpg-agent --daemon | tee "$_gpg_agent_env")"
|
||||
eval "$(gpg-agent --daemon 2>/dev/null | tee "$_gpg_agent_env")"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user