conf2/zsh/.oh-my-zsh/plugins/gulp
2019-10-24 21:09:05 +02:00
..
gulp.plugin.zsh update oh my zsh 2019-10-24 21:09:05 +02:00
README.md add oh-my-zsh to local user config 2019-01-12 16:47:23 +01:00

gulp plugin

This plugin adds autocompletion for your gulp 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)