2013-09-30 18:54:43 +02:00
|
|
|
Alexis Lahouze's zsh utils.
|
|
|
|
|
|
|
|
# Plugins
|
|
|
|
|
2013-10-01 01:48:44 +02:00
|
|
|
## ssh-agent
|
|
|
|
Handles ssh-agent, with a unique global link per user to avoid socket
|
|
|
|
loss in remote screen after reconnection.
|
|
|
|
|
|
|
|
### zstyle parameters
|
|
|
|
1. `:xals:plugins:ssh-agent verbose`: set to "yes" to be verbose.
|
|
|
|
2. `:xals:plugins:ssh-agent global_sock`: overrides user global socket
|
|
|
|
link path (default: `/tmp/ssh-agent-$USER`).
|
|
|
|
3. `:xals:plugins:ssh-agent enable_root`: set "yes" to enable ssh
|
|
|
|
agent for root user.
|
|
|
|
4. `:xals:plugins:ssh-agent lifetime`: set ssh-agent lifetime.
|
|
|
|
5. `:xals:plugins:ssh-agent identities`: set identities to add in
|
|
|
|
agent.
|
2013-09-30 18:54:43 +02:00
|
|
|
|
|
|
|
# Themes
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|