Fish shell like syntax highlighting for Zsh.
Go to file
2010-12-31 15:39:31 +01:00
01_defaults.zsh Explode files to support overrides 2010-12-31 15:39:31 +01:00
02_overrides.zsh Explode files to support overrides 2010-12-31 15:39:31 +01:00
10_core.zsh Explode files to support overrides 2010-12-31 15:39:31 +01:00
README.md Explode files to support overrides 2010-12-31 15:39:31 +01:00

zsh-syntax-highlighting

Fork of https://github.com/nicoulaj/zsh-syntax-highlighting for separate files with defaults overrides.

An attempt at providing Fish shell like syntax highlighting for Zsh.

Usage

From your ~/.zshrc

Download the script or clone this repository:

git clone git://github.com/paradoxxxzero/zsh-syntax-highlighting.git

Update your ~/.zshrc so that the script is sourced:

for file in /path/to/zsh-syntax-highlighting/*.zsh; 
do
    source $file
done

Re-open your terminal, or just reload it to take changes into account:

source ~/.zshrc

References

Authors / Greetings