From 92e5cad8404deaf591e1d90018a038185701297d Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sun, 28 Nov 2021 17:57:25 -0800 Subject: [PATCH] Drop vestigal --agents ssh keychain option The default is SSH only anyway, and if the default changes to GPG too, that's fine and desired. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5e29df9..7e8f637 100644 --- a/.zshrc +++ b/.zshrc @@ -4,7 +4,7 @@ export LANG=en_US.UTF-8 if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then SESSION_TYPE=ssh else - eval `keychain --eval --agents ssh id_rsa` + eval `keychain --eval id_rsa` fi # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.