An attempt at providing Fish shell like syntax highlighting for Zsh.
Download the script or clone this repository:
git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git
Update your ~/.zshrc so that the script is sourced:
~/.zshrc
source /path/to/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
Re-open your terminal, or just reload it to take changes into account:
source ~/.zshrc
Download the script or clone this repository as a oh-my-zsh plugin:
cd ~/.oh-my-zsh/plugins/ git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git cd zsh-syntax-highlighting ln -s zsh-syntax-highlighting.zsh zsh-syntax-highlighting.plugin.zsh
plugins=(zsh-syntax-highlighting)