mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
move path section after plugin-enabling section
This commit is contained in:
parent
ac2ccb7535
commit
4e59ba755c
1 changed files with 7 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
||||||
# 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`
|
||||||
|
|
Loading…
Reference in a new issue