Last active
October 29, 2021 06:16
-
-
Save flozano/42f32a141ef106d8de8d to your computer and use it in GitHub Desktop.
[Setup GPG agent]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eval $(gpg-agent --daemon --no-grab --write-env-file $HOME/.gpg-agent-info) | |
export GPG_TTY=$(tty) | |
export GPG_AGENT_INFO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment