mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
13 lines
274 B
Markdown
13 lines
274 B
Markdown
# 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)
|