2011-06-13 04:57:14 +08:00
zsh-syntax-highlighting
=======================
2010-12-26 01:47:12 +08:00
2015-09-07 08:55:02 +08:00
Enhanced highlighting of the [Zsh ](http://www.zsh.org ) command-line, including syntax, paths, files, selected regions, searched patterns and much more.
2011-01-06 06:07:22 +08:00
2014-09-27 09:22:59 +08:00

2014-09-27 04:56:29 +08:00
2010-12-30 23:35:55 +08:00
2011-06-13 04:57:14 +08:00
How to install
--------------
2010-12-26 05:10:50 +08:00
2011-01-02 00:34:35 +08:00
* Download the script or clone this repository:
2010-12-26 05:10:50 +08:00
2015-09-07 08:00:20 +08:00
git clone git://github.com/jimmijj/zsh-syntax-highlighting.git
2010-12-26 05:10:50 +08:00
2011-01-06 06:11:24 +08:00
* Source the script **at the end** of `~/.zshrc` :
2010-12-26 01:47:12 +08:00
2011-06-13 04:57:14 +08:00
source /path/to/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
2010-12-30 23:35:55 +08:00
2011-01-02 00:34:35 +08:00
* Source `~/.zshrc` to take changes into account:
2010-12-30 23:35:55 +08:00
2011-06-13 04:57:14 +08:00
source ~/.zshrc
2010-12-30 23:35:55 +08:00
2011-06-13 04:57:14 +08:00
How to tweak
------------
2011-01-06 06:07:22 +08:00
2013-02-27 09:59:53 +08:00
Syntax highlighting is done by pluggable highlighter scripts, see the [highlighters directory ](highlighters )
2011-06-13 04:57:14 +08:00
for documentation and configuration settings.