2020-04-04 18:52:59 +00:00
|
|
|
# Copy this file to agents.user.zsh and modify to your needs
|
|
|
|
|
|
|
|
##
|
|
|
|
# SSH agent
|
|
|
|
##
|
|
|
|
# zstyle :omz:plugins:ssh-agent agent-forwarding on
|
|
|
|
# zstyle :omz:plugins:ssh-agent identities id_rsa
|
|
|
|
# zstyle :omz:plugins:ssh-agent lifetime 10h
|
2021-07-13 13:17:09 +00:00
|
|
|
# zinit snippet OMZP::ssh-agent
|
2020-04-04 18:52:59 +00:00
|
|
|
|
|
|
|
##
|
|
|
|
# GPG agent
|
|
|
|
##
|
2021-07-13 14:38:03 +00:00
|
|
|
# zinit ice wait'1' lucid
|
|
|
|
# zinit light laggardkernel/zsh-gpg-agent
|
2020-04-04 18:52:59 +00:00
|
|
|
|
|
|
|
##
|
|
|
|
# Keychain
|
|
|
|
##
|
|
|
|
# zstyle :omz:plugins:keychain identities id_rsa 01234567
|
|
|
|
# zstyle :omz:plugins:keychain options --quiet --inherit local-once --noask --nocolor --quick
|
|
|
|
# zstyle :omz:plugins:keychain agents gpg,ssh
|
2021-07-13 13:17:09 +00:00
|
|
|
# zinit snippet OMZP::keychain
|
2020-04-04 18:52:59 +00:00
|
|
|
|