diff options
-rw-r--r-- | profile.dot.link | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link index 713b1be..e559233 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -371,6 +371,11 @@ fi # * /usr/lib/systemd/user/gnome-keyring-daemon.service # * /etc/xdg/autostart/gnome-keyring-* # +# Also, from gpg-agent(1) manpage: +# +# The agent is automatically started on demand by gpg, gpgsm, gpgconf, or +# gpg-connect-agent. Thus there is no reason to start it manually. +# #if [ -e "$HOME/apps/utils-gpg/gpg-agent-eval" ]; then # $HOME/apps/utils-gpg/gpg-agent-eval #fi |