summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorKirill <30822663+KirillDemtchenko@users.noreply.github.com>2019-10-09 21:55:16 +0300
committerMarc Cornellà <marc.cornella@live.com>2019-10-09 20:55:16 +0200
commita2cc84dd20d13f60bab51438ebbf4ea220a255ee (patch)
tree700845687d17ef09373de9266554c4addecf3dc4 /plugins
parent49c423c7e0a6d5193b77e60107e7c329da28d987 (diff)
downloadzsh-a2cc84dd20d13f60bab51438ebbf4ea220a255ee.tar.gz
zsh-a2cc84dd20d13f60bab51438ebbf4ea220a255ee.tar.bz2
zsh-a2cc84dd20d13f60bab51438ebbf4ea220a255ee.zip
fbterm: add README (#8241)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/fbterm/README.md9
1 files changed, 9 insertions, 0 deletions
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)
+```