Skip to content

Instantly share code, notes, and snippets.

@byeskille
Created May 29, 2016 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byeskille/ee5104af63da0c7d2ce5b5bbfbdf387f to your computer and use it in GitHub Desktop.
Save byeskille/ee5104af63da0c7d2ce5b5bbfbdf387f to your computer and use it in GitHub Desktop.
# on OS X with GPGTools, comment out the next line:
#eval $(gpg-agent --daemon)
GPG_TTY=$(tty)
export GPG_TTY
if [ -f "${HOME}/.gpg-agent-info" ]; then
. "${HOME}/.gpg-agent-info"
export GPG_AGENT_INFO
export SSH_AUTH_SOCK
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment