aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/kitchen/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/kitchen/README.md')
-rw-r--r--.oh-my-zsh/plugins/kitchen/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/.oh-my-zsh/plugins/kitchen/README.md b/.oh-my-zsh/plugins/kitchen/README.md
deleted file mode 100644
index 89a6d70..0000000
--- a/.oh-my-zsh/plugins/kitchen/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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)
-```