]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/jake-node/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / jake-node / README.md
1 # Jake
2
3 This plugin provides completion for [Jake](http://jakejs.com/).
4
5 To use it add jake-node to the plugins array in your zshrc file.
6
7 ```bash
8 plugins=(... jake-node)
9 ```