Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always set GPG_TTY regardless of GPG_AGENT_INFO | Tom Ryder | 2017-11-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | GnuPG 2.1 no longer sets the GPG_AGENT_INFO variable, making this a poor choice of precondition for setting GPG_TTY: <https://www.gnupg.org/faq/whats-new-in-2.1.html> The manual page for gpg-agent(1) in GnuPG 2.1 says: >You should always add the following lines to your .bashrc or whatever >initialization file is used for all shell invocations: > > GPG_TTY=$(tty) > export GPG_TTY So we'll follow that literally, and just set it every time. | ||||
* | Correct a typo in a key name | Tom Ryder | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | Add id_ed25519 keys to keychain | Tom Ryder | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | More segmentation/tidying | Tom Ryder | 2017-06-18 | 2 | -0/+9 |