Update zshrc.d

This commit is contained in:
David Tomaschik
2025-06-10 09:07:56 -07:00
parent bbeb451251
commit 4743b635aa
4 changed files with 3 additions and 10 deletions

View File

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