unixorn / tumult.plugin.zsh

Tumult is a collection of macOS-specific functions and scripts for your shell environment. It is packaged as a ZSH plugin, but can be used with other shells as well.
Apache License 2.0
165 stars 18 forks source link

Replace egrep with grep -E #104

Closed unixorn closed 2 years ago

unixorn commented 2 years ago

Description

Per shellcheck, replace egrep with grep -E.

Type of changes

Copyright Assignment

Checklist

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 11cb518b and detected 0 issues on this pull request.

View more on Code Climate.

github-actions[bot] commented 2 years ago

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 0.93s
✅ CREDENTIALS secretlint yes no 1.1s
✅ GIT git_diff yes no 0.01s
✅ MARKDOWN markdownlint 1 0 0.29s
✅ MARKDOWN markdown-table-formatter 1 0 0.24s
✅ SPELL misspell 3 0 0.03s

See errors details in artifact MegaLinter reports on CI Job page _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_