Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
senz committed Jul 22, 2024
1 parent 9427448 commit 5284578
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ export GPG_TTY=$(tty)
# Check if gpg-agent is not running
if ! pgrep -u "$USER" gpg-agent > /dev/null; then
gpg-agent --daemon >/dev/null 2>&1
else
SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh; export SSH_AUTH_SOCK;
fi

gpg-connect-agent -q updatestartuptty /bye >/dev/null
Expand Down

0 comments on commit 5284578

Please sign in to comment.