diff options
author | Kirill <30822663+KirillDemtchenko@users.noreply.github.com> | 2019-10-09 21:55:16 +0300 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-10-09 20:55:16 +0200 |
commit | a2cc84dd20d13f60bab51438ebbf4ea220a255ee (patch) | |
tree | 700845687d17ef09373de9266554c4addecf3dc4 /plugins | |
parent | 49c423c7e0a6d5193b77e60107e7c329da28d987 (diff) | |
download | zsh-a2cc84dd20d13f60bab51438ebbf4ea220a255ee.tar.gz zsh-a2cc84dd20d13f60bab51438ebbf4ea220a255ee.tar.bz2 zsh-a2cc84dd20d13f60bab51438ebbf4ea220a255ee.zip |
fbterm: add README (#8241)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/fbterm/README.md | 9 |
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) +``` |