Zsh plugin that highlights valid commands green and errors red as you type.
Syntax Highlighting
Syntax Highlighting Cheatsheet
| Color | Meaning |
|---|---|
| Green | Valid command |
| Red | Invalid command or typo |
| Cyan | Built-in command |
| Yellow | Alias |
| Underline | Valid file path |
| Config | Description |
|---|---|
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) |
Enable highlighter modules |
ZSH_HIGHLIGHT_STYLES[command]='fg=green' |
Customize command color |