enable ssh-agent forwarding

This commit is contained in:
Kyle West 2012-11-06 09:26:27 -05:00 committed by Yan Pritzker
parent 4142651ba3
commit 5c003dc7d4

View File

@ -100,7 +100,7 @@ zstyle ':prezto:module:prompt' theme 'sorin'
# #
# Enable ssh-agent forwarding. # Enable ssh-agent forwarding.
# zstyle ':prezto:module:ssh-agent' forwarding 'yes' zstyle ':prezto:module:ssh-agent' forwarding 'yes'
# Set ssh-agent identities to load. # Set ssh-agent identities to load.
# zstyle ':prezto:module:ssh-agent' identities 'id_rsa' 'id_rsa2' 'id_github' # zstyle ':prezto:module:ssh-agent' identities 'id_rsa' 'id_rsa2' 'id_github'