aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
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