aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-07-30 19:42:06 +0800
committerAaron LI <aaronly.me@outlook.com>2016-07-30 19:42:06 +0800
commit98083f04530335e8f98589373ecfad8948b86ae8 (patch)
tree2c0bd539532b80722a5900469d8d0dffee0e9fd4 /_profile
parenteefdf390a7d836af36c01e2cf5cbddeb965535a3 (diff)
downloaddotfiles-98083f04530335e8f98589373ecfad8948b86ae8.tar.bz2
_profile: gpg-agent: drop obsolete option --write-env-file
Diffstat (limited to '_profile')
-rw-r--r--_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_profile b/_profile
index 9b62963..7390d9c 100644
--- a/_profile
+++ b/_profile
@@ -49,7 +49,7 @@ fi
### GnuPG
if ! pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1; then
- eval $(gpg-agent --daemon --write-env-file "${HOME}/.cache/gpg-agent-info")
+ eval $(gpg-agent --daemon)
fi