blob: 103e17237075ea5bf4897cfe4ab78104740af134 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# screen
This plugin sets title and hardstatus of the tab window for [screen](https://www.gnu.org/software/screen/),
the terminal multiplexer.
To use it add `screen` to the plugins array in your zshrc file.
```zsh
plugins=(... screen)
```
|