unixorn / zsh-quickstart-kit

A simple ZSH quickstart for using ZSH, zgenom, oh-my-zsh and a curated list of extra plugins. It is designed to be easy to customize without requiring you to maintain your own fork.
BSD 3-Clause "New" or "Revised" License
783 stars 95 forks source link

Deprecate `ZSH_QUICKSTART_SKIP_TRAPINT` #248

Closed unixorn closed 1 year ago

unixorn commented 1 year ago

License Acceptance

Description

For consistency, use zqs disable-control-c-decorator to keep the quickstart from displaying ^C when the user types control-c.

This also reduces pollution in the user's environment variables.

Type of changes

Checklist

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 86e8e990 and detected 0 issues on this pull request.

View more on Code Climate.

github-actions[bot] commented 1 year ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.31s
⚠️ MARKDOWN markdownlint 1 1 1.25s
✅ MARKDOWN markdown-table-formatter 1 0 0.51s
✅ REPOSITORY checkov yes no 13.51s
✅ REPOSITORY devskim yes no 0.87s
✅ REPOSITORY dustilock yes no 0.0s
✅ REPOSITORY gitleaks yes no 0.43s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 1.48s
✅ REPOSITORY syft yes no 0.34s
✅ REPOSITORY trivy yes no 3.86s
✅ SPELL misspell 2 0 0.06s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_