=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== gradle-completion-1.3.1/README.md-29- gradle-completion-1.3.1/README.md:30:Download and place `_gradle` on your `$fpath`. I recommend `$HOME/.zsh/gradle-completion`: gradle-completion-1.3.1/README.md-31-``` ############################################## gradle-completion-1.3.1/README.md-68- gradle-completion-1.3.1/README.md:69:Download and place `gradle-completion.bash` in your `bash_completion.d` folder, usually `/etc/bash_completion.d`, `/usr/local/etc/bash_completion.d`, or `$HOME/bash_completion.d`: gradle-completion-1.3.1/README.md-70-``` ############################################## gradle-completion-1.3.1/README.md-117-By default, the build script cache is invalidated every 3 weeks (30240 minutes). gradle-completion-1.3.1/README.md:118:You can configure this value by exporting a new value for `$GRADLE_CACHE_TTL_MINUTES`: gradle-completion-1.3.1/README.md-119-```bash ############################################## gradle-completion-1.3.1/README.md-137- gradle-completion-1.3.1/README.md:138:To allow completion of implicit tasks, set `$GRADLE_COMPLETION_UNQUALIFIED_TASKS=true`: gradle-completion-1.3.1/README.md-139- ############################################## gradle-completion-1.3.1/README.md-146-## Troubleshooting gradle-completion-1.3.1/README.md:147:If zsh completion isn't working, first try checking your `$fpath` with `echo $fpath`. gradle-completion-1.3.1/README.md-148- gradle-completion-1.3.1/README.md:149:zsh completion using `./gradlew` may not work on Linux if you don't have `.` on your `$PATH`, gradle-completion-1.3.1/README.md-150-so I recommend adding it in your `~/.zshrc` file: