Populate repo
This commit is contained in:
16
zsh/.oh-my-zsh/plugins/grails/README.md
Normal file
16
zsh/.oh-my-zsh/plugins/grails/README.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Grails plugin
|
||||
|
||||
This plugin adds completion for the [Grails 2 CLI](https://grails.github.io/grails2-doc/2.5.x/guide/commandLine.html)
|
||||
|
||||
To use it, add `grails` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... grails)
|
||||
```
|
||||
|
||||
It looks for scripts in the following paths:
|
||||
|
||||
- `$GRAILS_HOME/scripts`
|
||||
- `~/.grails/scripts`
|
||||
- `./scripts`
|
||||
- `./plugins/*/scripts`
|
Reference in New Issue
Block a user