initial
This commit is contained in:
parent
d67e39f3f7
commit
58ef6d327f
1725 changed files with 129819 additions and 0 deletions
16
dot_oh-my-zsh/plugins/grails/README.md
Normal file
16
dot_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`
|
||||
Loading…
Add table
Add a link
Reference in a new issue