From 0eb03dddc651a5683758e5c70b9b518f1809908e Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 31 May 2017 14:28:15 +0800 Subject: profile: Use `gpgconf` to start `gpg-agent` --- _profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_profile') 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' -- cgit v1.2.2