diff options
author | flowin <winkler@b1-systems.de> | 2019-10-15 23:25:56 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-10-15 23:25:56 +0200 |
commit | 11f36cf9226618666a3335833e5cfb246fce44b9 (patch) | |
tree | 8f1fcae35e4328c10e7391246558339b1ab2635b /plugins/screen | |
parent | 1f8989aee81740760fd4202172c90446d1c391d9 (diff) | |
download | zsh-11f36cf9226618666a3335833e5cfb246fce44b9.tar.gz zsh-11f36cf9226618666a3335833e5cfb246fce44b9.tar.bz2 zsh-11f36cf9226618666a3335833e5cfb246fce44b9.zip |
screen: add README (#8256)
Diffstat (limited to 'plugins/screen')
-rw-r--r-- | plugins/screen/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/screen/README.md b/plugins/screen/README.md new file mode 100644 index 000000000..103e17237 --- /dev/null +++ b/plugins/screen/README.md @@ -0,0 +1,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) +``` |