=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== zsh-autosuggestions-0.6.4/.github/ISSUE_TEMPLATE/bug-report.md-31- - OS + distribution: <!-- e.g. Arch Linux 2019.07.01 --> zsh-autosuggestions-0.6.4/.github/ISSUE_TEMPLATE/bug-report.md:32: - Zsh version: <!-- `echo $ZSH_VERSION` --> zsh-autosuggestions-0.6.4/.github/ISSUE_TEMPLATE/bug-report.md-33- - Plugin version: <!-- or git commit hash if installed via git --> ############################################## zsh-autosuggestions-0.6.4/INSTALL.md-32- zsh-autosuggestions-0.6.4/INSTALL.md:33:1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`) zsh-autosuggestions-0.6.4/INSTALL.md-34- ############################################## zsh-autosuggestions-0.6.4/README.md-32- zsh-autosuggestions-0.6.4/README.md:33:**Note:** If you are using Oh My Zsh, you can put this configuration in a file in the `$ZSH_CUSTOM` directory. See their comments on [overriding internals](https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-internals). zsh-autosuggestions-0.6.4/README.md-34- ############################################## zsh-autosuggestions-0.6.4/spec/terminal_session.rb-21- def zsh_version zsh-autosuggestions-0.6.4/spec/terminal_session.rb:22: @zsh_version ||= Gem::Version.new(`#{ZSH_BIN} -c 'echo -n $ZSH_VERSION'`) zsh-autosuggestions-0.6.4/spec/terminal_session.rb-23- end ############################################## zsh-autosuggestions-0.6.4/src/async.zsh-6-_zsh_autosuggest_async_request() { zsh-autosuggestions-0.6.4/src/async.zsh:7: zmodload zsh/system 2>/dev/null # For `$sysparams` zsh-autosuggestions-0.6.4/src/async.zsh-8- ############################################## zsh-autosuggestions-0.6.4/src/strategies/completion.zsh-82- zsh-autosuggestions-0.6.4/src/strategies/completion.zsh:83: zmodload zsh/parameter 2>/dev/null || return # For `$functions` zsh-autosuggestions-0.6.4/src/strategies/completion.zsh-84- ############################################## zsh-autosuggestions-0.6.4/zsh-autosuggestions.zsh-578- zsh-autosuggestions-0.6.4/zsh-autosuggestions.zsh:579: zmodload zsh/parameter 2>/dev/null || return # For `$functions` zsh-autosuggestions-0.6.4/zsh-autosuggestions.zsh-580- ############################################## zsh-autosuggestions-0.6.4/zsh-autosuggestions.zsh-766-_zsh_autosuggest_async_request() { zsh-autosuggestions-0.6.4/zsh-autosuggestions.zsh:767: zmodload zsh/system 2>/dev/null # For `$sysparams` zsh-autosuggestions-0.6.4/zsh-autosuggestions.zsh-768-