From a2cc84dd20d13f60bab51438ebbf4ea220a255ee Mon Sep 17 00:00:00 2001 From: Kirill <30822663+KirillDemtchenko@users.noreply.github.com> Date: Wed, 9 Oct 2019 21:55:16 +0300 Subject: [PATCH] fbterm: add README (#8241) --- plugins/fbterm/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/fbterm/README.md diff --git a/plugins/fbterm/README.md b/plugins/fbterm/README.md new file mode 100644 index 000000000..eec33d7ee --- /dev/null +++ b/plugins/fbterm/README.md @@ -0,0 +1,9 @@ +# fbterm + +This plugin automatically starts [fbterm](https://github.com/zhangyuanwei/fbterm) +if on a real TTY (`/dev/tty*`). + +To use it, add fbterm to the plugins array of your zshrc file: +``` +plugins=(... fbterm) +```