mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 20:59:26 +00:00
[Fix #253] Move Prezto settings into their own file
This commit is contained in:
@ -8,13 +8,13 @@ Settings
|
||||
|
||||
### Agent Forwarding
|
||||
|
||||
To enable ssh-agent forwarding, add the following line to *zshrc*:
|
||||
To enable ssh-agent forwarding, add the following line to *zpreztorc*:
|
||||
|
||||
zstyle ':prezto:module:ssh-agent' forwarding 'yes'
|
||||
|
||||
### Identities
|
||||
|
||||
To load multiple identities, add the following line to *zshrc*:
|
||||
To load multiple identities, add the following line to *zpreztorc*:
|
||||
|
||||
zstyle ':prezto:module:ssh-agent' identities 'id_rsa' 'id_rsa2' 'id_github'
|
||||
|
||||
|
Reference in New Issue
Block a user