1
0
Fork 0

Merge sorin-ionescu/prezto/pull/1082

pull/1130/head
Federico Castagnini 8 years ago
commit 1856214375
No known key found for this signature in database
GPG Key ID: B8F54AA3DB400B54

@ -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