24 lines
594 B
Bash
24 lines
594 B
Bash
# 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
|
|
# zplug "plugins/ssh-agent", from:oh-my-zsh
|
|
|
|
##
|
|
# GPG agent
|
|
##
|
|
# zplug "plugins/gpg-agent", from:oh-my-zsh
|
|
|
|
##
|
|
# 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
|
|
# zplug "plugins/keychain", from:oh-my-zsh
|
|
|