You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 years ago | |
---|---|---|
plugins | 10 years ago | |
LICENSE.txt | 10 years ago | |
README.md | 10 years ago |
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
:xals:plugins:ssh-agent verbose
: set to "yes" to be verbose.:xals:plugins:ssh-agent global_sock
: overrides user global socket link path (default:/tmp/ssh-agent-$USER
).:xals:plugins:ssh-agent enable_root
: set "yes" to enable ssh agent for root user.:xals:plugins:ssh-agent lifetime
: set ssh-agent lifetime.:xals:plugins:ssh-agent identities
: set identities to add in agent.
Themes
TODO