mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Update README.md
This commit is contained in:
parent
f6cd6a7769
commit
9ef350ac99
1 changed files with 4 additions and 0 deletions
|
|
@ -8,3 +8,7 @@ To use it add `screen` to the plugins array in your zshrc file.
|
|||
```zsh
|
||||
plugins=(... screen)
|
||||
```
|
||||
# Plugin commands
|
||||
- `sls` runs `screen -ls` to list active screen sessions.
|
||||
- `sr` runs `screen -r` to reconnect to a detached session.
|
||||
- `ss <session_name>` runs `session -S <session_name>` to start a session.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue