aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-05-31 14:28:15 +0800
committerAaron LI <aly@aaronly.me>2017-05-31 14:28:15 +0800
commit0eb03dddc651a5683758e5c70b9b518f1809908e (patch)
tree6ce080eede6afbc069ea50afd621bc6622588347 /_profile
parent68d61a33ab78a6e43582e8ff49fd44210e80be93 (diff)
downloaddotfiles-0eb03dddc651a5683758e5c70b9b518f1809908e.tar.bz2
profile: Use `gpgconf` to start `gpg-agent`
Diffstat (limited to '_profile')
-rw-r--r--_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_profile b/_profile
index c71bd0b..4a5cb30 100644
--- a/_profile
+++ b/_profile
@@ -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'