screen-ssh-agent plugin added; to enable the ssh-agent within screen

This commit is contained in:
bart@bambam 2017-08-03 21:30:31 +02:00
commit bd4fc28a3a
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# screen-ssh-agent plugin
This plugin enables the `ssh-agent` within a screen session.
To enable it, add `screen-ssh-agent` to your plugins:
```zsh
plugins=(... screen-ssh-agent)
```
## Written by
Bart Dorlandt
[https://github.com/bambam82](https://github.com/bambam82)