mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
screen-ssh-agent plugin added; to enable the ssh-agent within screen
This commit is contained in:
parent
d848c94804
commit
bd4fc28a3a
2 changed files with 23 additions and 0 deletions
13
plugins/screen-ssh-agent/README.md
Normal file
13
plugins/screen-ssh-agent/README.md
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue