zsh-syntax-highlighting/README.md

29 lines
669 B
Markdown
Raw Normal View History

zsh-syntax-highlighting
=======================
2010-12-26 01:47:12 +08:00
2015-09-07 08:00:20 +08:00
Syntax highlighting for [Zsh](http://www.zsh.org).**
2011-01-06 06:07:22 +08:00
![](misc/screenshot.png)
How to install
--------------
* Download the script or clone this repository:
2015-09-07 08:00:20 +08:00
git clone git://github.com/jimmijj/zsh-syntax-highlighting.git
* Source the script **at the end** of `~/.zshrc`:
2010-12-26 01:47:12 +08:00
source /path/to/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
* Source `~/.zshrc` to take changes into account:
source ~/.zshrc
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)
for documentation and configuration settings.