From 8db85db3cf5741fed1f03be8e7a0d5e044c175e8 Mon Sep 17 00:00:00 2001 From: Atcha Prachayapron <40570367+atchapcyp@users.noreply.github.com> Date: Sat, 13 Oct 2018 23:51:19 +0700 Subject: [PATCH] kitchen: add README (#7275) --- plugins/kitchen/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/kitchen/README.md diff --git a/plugins/kitchen/README.md b/plugins/kitchen/README.md new file mode 100644 index 000000000..89a6d7002 --- /dev/null +++ b/plugins/kitchen/README.md @@ -0,0 +1,9 @@ +# kitchen plugin + +This plugin adds completion support for the [Test Kitchen](https://kitchen.ci). + +To use it, add `kitchen` to the plugins array in your zshrc file: + +```zsh +plugins=(... kitchen) +```