aboutsummaryrefslogtreecommitdiff
path: root/keychain
Commit message (Collapse)AuthorAgeFilesLines
* Always set GPG_TTY regardless of GPG_AGENT_INFOTom Ryder2017-11-011-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 nameTom Ryder2017-10-021-1/+1
|
* Add id_ed25519 keys to keychainTom Ryder2017-06-291-1/+1
|
* More segmentation/tidyingTom Ryder2017-06-182-0/+9