Add README
This commit is contained in:
parent
89e3c632ef
commit
f4502a2f5c
|
@ -0,0 +1,21 @@
|
|||
zsh-syntax-highlighting
|
||||
=======================
|
||||
|
||||
An attempt at providing [Fish shell](http://www.fishshell.org) like syntax highlighting for [Zsh](http://www.zsh.org).
|
||||
|
||||
## Usage
|
||||
|
||||
Just source the script from your `~/.zshrc`.
|
||||
|
||||
## References
|
||||
|
||||
* [zsh-users mailing list thread](http://www.zsh.org/mla/users/2010/msg00692.html)
|
||||
* [Gist 586698](http://gist.github.com/586698) and forks
|
||||
|
||||
## Authors / Greetings
|
||||
|
||||
* [Roy Zuo](http://github.com/roylez)
|
||||
* [Julien Nicoulaud](http://github.com/nicoulaj)
|
||||
* [Dave Ingram](http://github.com/dingram)
|
||||
* [Mounier Florian](http://github.com/paradoxxxzero)
|
||||
* James Ahlborn
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env zsh
|
||||
# Copyleft 2010 zsh-syntax-highlighting contributors
|
||||
# http://github.com/nicoulaj/zsh-syntax-highlighting
|
||||
# All wrongs reserved.
|
||||
|
||||
# Token types styles.
|
||||
|
|
Loading…
Reference in New Issue