From 67174f4a33b0a6c3442615d9cf9fb2d409d49eda Mon Sep 17 00:00:00 2001 From: drduh Date: Sun, 15 May 2016 19:44:23 -0400 Subject: [PATCH] Remove redundant gpg.conf --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cb03f5..2e8b59c 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ Copy password for *github* to clipboard on OS X: ./pwd.sh r github | cut -f 1 -d ' ' | awk 'NR==3{print $1}' | pbcopy -The script and `pwd.sh.safe` encrypted file can be safely shared between computers, for example through Google Drive or Dropbox. +The script and encrypted `pwd.sh.safe` file can be safely shared between computers, for example through Google Drive or Dropbox. -A recommended `~/.gnupg/gpg.conf` configuration is included in this repository. +A recommended `~/.gnupg/gpg.conf` configuration file can be found at [drduh/config/gpg.conf](https://github.com/drduh/config/blob/master/gpg.conf). # Similar software