mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-07-30 19:25:19 +08:00
10 lines
175 B
Markdown
10 lines
175 B
Markdown
# Jake
|
|
|
|
This plugin provides completion for [Jake](http://jakejs.com/).
|
|
|
|
To use it add jake-node to the plugins array in your zshrc file.
|
|
|
|
```bash
|
|
plugins=(... jake-node)
|
|
```
|