From 3f80c4abe8f866d6ed730518af2289a51b5097a5 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 20 Feb 2018 21:15:46 +0800 Subject: zsh/gpg: simplify gpg-agent launch on login; add note about systemd --- _zsh/80-gpg.zsh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '_zsh') diff --git a/_zsh/80-gpg.zsh b/_zsh/80-gpg.zsh index c0314d4..ef1f153 100644 --- a/_zsh/80-gpg.zsh +++ b/_zsh/80-gpg.zsh @@ -2,7 +2,12 @@ # zsh/gpg.zsh # -# NOTE: `gpg-agent' is configured to be launched in `~/.profile'. +# NOTE: +# ZSH is configured to launch `gpg-agent' on login, so it may be necessary +# to disable its launch by systemd, e.g., +# $ systemctl --global --user mask --now \ +# gpg-agent.service gpg-agent.socket gpg-agent-ssh.socket \ +# gpg-agent-extra.socket gpg-agent-browser.socket # This `GPG_TTY' variable should be set to the correct TTY where the shell # is running. See `gpg-agent(1)' for more details. -- cgit v1.2.2