Syntax highlighting for command's stderr in zsh.
- Download the script or clone this repository in oh-my-zsh plugins directory:
git clone https://github.com/axililsz/zsh-stderr-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-stderr-highlighting
- Activate the plugin in
~/.zshrc
:
plugins=( [plugins...] zsh-stderr-highlighting [plugins...] )
- Source
~/.zshrc
to take changes into account:
source ~/.zshrc