🔍 Zsh Lint
Zi-aware Linter for Zsh scripting language
zsh-lint is a powerful linter designed specifically for Zsh. It understands Zi-specific constructs and helps ensure your configuration and scripts are following best practices and are free of syntax errors.
z-shell/zsh-lint
Installation
- Zi
- Standalone
Add the following to your .zshrc file:
~/.zshrc
zi light z-shell/zui
zi light z-shell/zsh-lint
Note: zsh-lint requires ZUI to be loaded as well.
Clone the repository and source the plugin:
~/.zshrc
git clone https://github.com/z-shell/zsh-lint.git
source path/to/zsh-lint/zsh-lint.plugin.zsh