aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-01-13 11:21:52 +0800
committerAaron LI <aly@aaronly.me>2018-01-13 11:21:52 +0800
commitfb1a24bb8c0d8afde367cfa8b536510c1eb0f132 (patch)
tree26311e779cb0051236945caaec7c277410e773f8 /_profile
parent4fffe7fdb66a65f6e4b1efe9c457ba663b30acbe (diff)
downloaddotfiles-fb1a24bb8c0d8afde367cfa8b536510c1eb0f132.tar.bz2
zsh: launch gpg-agent only on non-ssh logins
Diffstat (limited to '_profile')
-rw-r--r--_profile5
1 files changed, 0 insertions, 5 deletions
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