zsh-fast-syntax-highlighting

Feature-rich syntax highlighting for Zsh shell

brewmacoslinux
Try with needOr install directly
Source

About

Feature-rich syntax highlighting for Zsh

Commands

zsh-fast-syntax-highlighting

Examples

Enable fast syntax highlighting in your Zsh configuration$ echo 'source /usr/local/opt/zsh-fast-syntax-highlighting/share/zsh-fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh' >> ~/.zshrc
Use with Zsh plugin manager (oh-my-zsh)$ # Add to ~/.zshrc plugins=(fast-syntax-highlighting) and reload
Reload Zsh configuration to apply syntax highlighting$ exec zsh