diff options
author | Aaron LI <aly@aaronly.me> | 2017-05-31 14:28:15 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-05-31 14:28:15 +0800 |
commit | 0eb03dddc651a5683758e5c70b9b518f1809908e (patch) | |
tree | 6ce080eede6afbc069ea50afd621bc6622588347 | |
parent | 68d61a33ab78a6e43582e8ff49fd44210e80be93 (diff) | |
download | dotfiles-0eb03dddc651a5683758e5c70b9b518f1809908e.tar.bz2 |
profile: Use `gpgconf` to start `gpg-agent`
-rw-r--r-- | _profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ fi ## gpg-agent: start it if not running if ! _running gpg-agent; then - gpg-connect-agent /bye &> /dev/null + gpgconf --lanuch gpg-agent fi ## Set SSH to use 'gpg-agent' |