summaryrefslogtreecommitdiff
path: root/plugins/terminitor/README.md
diff options
context:
space:
mode:
authorShubham Kamath <44347043+shubhaemk@users.noreply.github.com>2019-10-03 17:25:08 +0530
committerMarc Cornellà <marc.cornella@live.com>2019-10-03 13:55:07 +0200
commit3848102a5ec8534cef935d594c6abcbfc0f419c8 (patch)
tree13e8721317c9caf6d27c3e9d99dfb6c7c5e6cbe3 /plugins/terminitor/README.md
parentc60371a829901cde3322c18c6d35e88ddd9bc1f3 (diff)
downloadzsh-3848102a5ec8534cef935d594c6abcbfc0f419c8.tar.gz
zsh-3848102a5ec8534cef935d594c6abcbfc0f419c8.tar.bz2
zsh-3848102a5ec8534cef935d594c6abcbfc0f419c8.zip
terminitor: add README (#8197)
Diffstat (limited to 'plugins/terminitor/README.md')
-rw-r--r--plugins/terminitor/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/terminitor/README.md b/plugins/terminitor/README.md
new file mode 100644
index 000000000..8c0e02113
--- /dev/null
+++ b/plugins/terminitor/README.md
@@ -0,0 +1,9 @@
+# Terminitor plugin
+
+This plugin adds completions for the [Terminitor](https://github.com/achiurizo/terminitor) development workflow setup tool.
+
+To use it, add `terminitor` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... terminitor)
+```