From fb1a24bb8c0d8afde367cfa8b536510c1eb0f132 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 13 Jan 2018 11:21:52 +0800 Subject: zsh: launch gpg-agent only on non-ssh logins --- _profile | 5 ----- 1 file changed, 5 deletions(-) (limited to '_profile') diff --git a/_profile b/_profile index b219d75..d43f2cc 100644 --- a/_profile +++ b/_profile @@ -88,11 +88,6 @@ export VISUAL="${EDITOR}" export PAGER="less" export LESS="--ignore-case --raw-control-chars" -## Start `gpg-agent' if it is not running -if ! _running gpg-agent; then - gpgconf --launch gpg-agent -fi - PROFILE_SOURCED=yes # EOF -- cgit v1.2.2