]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/gulp/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / gulp / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/gulp/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/gulp/README.md
deleted file mode 100644 (file)
index 4ed2b99..0000000
+++ /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)
-```