Browse Source

gpg: fix enable-ssh-support detection

That line may be commented in the config file.
master
Benjamin Chrétien 9 years ago committed by Kaleb Elwert
parent
commit
db48a22c74
  1. 2
      modules/gpg/init.zsh

2
modules/gpg/init.zsh

@ -29,7 +29,7 @@ fi @@ -29,7 +29,7 @@ fi
export GPG_TTY="$(tty)"
# Integrate with the SSH module.
if grep 'enable-ssh-support' "$_gpg_agent_conf" &> /dev/null; then
if grep '^enable-ssh-support' "$_gpg_agent_conf" &> /dev/null; then
# Load required functions.
autoload -Uz add-zsh-hook

Loading…
Cancel
Save