Go to file
Alexis Lahouze 731394c0c1 Added title plugin. 2013-10-29 09:42:59 +01:00
plugins Added title plugin. 2013-10-29 09:42:59 +01:00
LICENSE.txt Added GPL license. 2013-10-01 10:28:20 +02:00
README.md Added ssh-agent plugin. 2013-10-01 01:48:44 +02:00

README.md

Alexis Lahouze's zsh utils.

Plugins

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.

Themes

TODO