mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Update zshrc.d
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user