Skip to main content

🔍 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

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.