aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/gulp/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/gulp/README.md')
-rw-r--r--.oh-my-zsh/plugins/gulp/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/.oh-my-zsh/plugins/gulp/README.md b/.oh-my-zsh/plugins/gulp/README.md
deleted file mode 100644
index 4ed2b99..0000000
--- a/.oh-my-zsh/plugins/gulp/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# gulp plugin
-
-This plugin adds autocompletion for your [`gulp`](https://gulpjs.com/) tasks. It grabs all available tasks from the `gulpfile.js` in the current directory.
-
-To use it, add `gulp` to the plugins array of your `.zshrc` file:
-```
-plugins=(... gulp)
-```