From 3848102a5ec8534cef935d594c6abcbfc0f419c8 Mon Sep 17 00:00:00 2001 From: Shubham Kamath <44347043+shubhaemk@users.noreply.github.com> Date: Thu, 3 Oct 2019 17:25:08 +0530 Subject: [PATCH] terminitor: add README (#8197) --- plugins/terminitor/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/terminitor/README.md 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) +```