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.
This commit is contained in:
parent
f37f633a6d
commit
92e5cad840
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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.
|
||||
|
|
Loading…
Add table
Reference in a new issue