]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/screen/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / screen / README.md
1 # screen
2
3 This plugin sets title and hardstatus of the tab window for [screen](https://www.gnu.org/software/screen/),
4 the terminal multiplexer.
5
6 To use it add `screen` to the plugins array in your zshrc file.
7
8 ```zsh
9 plugins=(... screen)
10 ```