Unverified Commit 4e59ba75 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

move path section after plugin-enabling section

parent ac2ccb75
# Grails plugin # Grails plugin
Adds tab-completion of Grails script names to the command line use of grails. Adds tab-completion of Grails script names to the command line use of grails.
Looks for scripts in the following paths:
- `$GRAILS_HOME/scripts`
- `~/.grails/scripts`
- `./scripts`
- `./plugins/*/scripts`
To use it, add `grails` to the plugins array in your zshrc file: To use it, add `grails` to the plugins array in your zshrc file:
```zsh ```zsh
plugins=(... grails) plugins=(... grails)
``` ```
It looks for scripts in the following paths:
- `$GRAILS_HOME/scripts`
- `~/.grails/scripts`
- `./scripts`
- `./plugins/*/scripts`
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment